MapServer.PlayerObject.GetFightSystem C# (CSharp) Method

GetFightSystem() public method

public GetFightSystem ( ) : PlayerFight
return PlayerFight
        public PlayerFight GetFightSystem()
        {
            return mFightSystem;
        }