ARKBreedingStats.PedigreeCreature.PedigreeCreature C# (CSharp) Метод

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

public PedigreeCreature ( Creature creature, bool enabledColorRegions, int comboId = -1 ) : System
creature Creature
enabledColorRegions bool
comboId int
Результат System
        public PedigreeCreature(Creature creature, bool[] enabledColorRegions, int comboId = -1)
        {
            InitC();
            this.Cursor = Cursors.Hand;
            this.enabledColorRegions = enabledColorRegions;
            this.comboId = comboId;
            setCreature(creature);
        }

Same methods

PedigreeCreature::PedigreeCreature ( ) : System