BolterLibrary.AllEntities.NPCEntity.NPCEntity C# (CSharp) Метод

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

public NPCEntity ( int index, EntityType eType ) : System
index int
eType EntityType
Результат System
            public NPCEntity(int index, EntityType eType)
            {
                eIndex = index;
                EType = eType;
                StructBase = Funcs.GetEntity(EType, eIndex);
            }
AllEntities.NPCEntity