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

CreatureClicked() приватный Метод

private CreatureClicked ( Creature c, int comboIndex, MouseEventArgs e ) : void
c Creature
comboIndex int
e MouseEventArgs
Результат void
        private void CreatureClicked(Creature c, int comboIndex, MouseEventArgs e)
        {
            if (comboIndex >= 0)
                setParents(comboIndex);
        }