BattleNet.NpcEntity.NpcEntity C# (CSharp) Метод

NpcEntity() публичный Метод

public NpcEntity ( UInt32 id, UInt32 type, UInt32 life, Int32 x, Int32 y ) : System
id System.UInt32
type System.UInt32
life System.UInt32
x System.Int32
y System.Int32
Результат System
        public NpcEntity(UInt32 id, UInt32 type, UInt32 life, Int32 x, Int32 y)
            : base(id,x,y)
        {
            m_type = type;
            m_life = life;
            m_hasFlags = false;
            m_moving = false;
        }

Same methods

NpcEntity::NpcEntity ( ) : System
NpcEntity