DarkEmu_GameServer.Systems.Player_Skillup_Callback C# (CSharp) Method

Player_Skillup_Callback() public method

public Player_Skillup_Callback ( object e ) : void
e object
return void
        void Player_Skillup_Callback(object e)
        {
            this.Character.Action.upskilltimer = false;
            Timer.Skillup.Dispose();
        }
Systems