ARKBreedingStats.BreedingPlan.CreatureClicked C# (CSharp) Method

CreatureClicked() private method

private CreatureClicked ( Creature c, int comboIndex, MouseEventArgs e ) : void
c Creature
comboIndex int
e MouseEventArgs
return void
        private void CreatureClicked(Creature c, int comboIndex, MouseEventArgs e)
        {
            if (comboIndex >= 0)
                setParents(comboIndex);
        }