BattleNet.Player.Player C# (CSharp) Method

Player() public method

public Player ( ) : System
return System
        public Player()
        {
            m_directoryKnown = false;
        }

Same methods

Player::Player ( String name, UInt32 id, GameData class_, UInt32 level ) : System
Player::Player ( String name, UInt32 id, GameData class_, UInt32 level, Int32 x, Int32 y ) : System
Player