DarkEmu_GameServer.Systems.Player_Casting_CallBack_Check C# (CSharp) Method

Player_Casting_CallBack_Check() public method

public Player_Casting_CallBack_Check ( object e ) : void
e object
return void
        void Player_Casting_CallBack_Check(object e)
        {
            Character.Action.Buff.Casting = false;
            if (Timer.Casting != null)
                Timer.Casting.Dispose();
        }
Systems