ARKBreedingStats.Pedigree.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)
        {
            setCreature(c, false);
        }