BattleNet.Entity.Entity C# (CSharp) Method

Entity() public method

public Entity ( ) : System
return System
        public Entity()
        {
            m_initialized = false;
            m_location = new Coordinate(0, 0);
        }

Same methods

Entity::Entity ( UInt32 id, Int32 x, Int32 y ) : System
Entity