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);
        }