Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaei committed Aug 23, 2018
2 parents 635518f + 87ef929 commit 9dea9a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ARKBreedingStats/BreedingPlan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public void bindEvents()
// has to be done after the BreedingPlan-class got the binding
pedigreeCreatureBest.CreatureEdit += new PedigreeCreature.CreatureEditEventHandler(EditCreature);
pedigreeCreatureWorst.CreatureEdit += new PedigreeCreature.CreatureEditEventHandler(EditCreature);
pedigreeCreatureBestPossibleInSpecies.CreatureEdit += new PedigreeCreature.CreatureEditEventHandler(EditCreature);
pedigreeCreatureBest.exportToClipboard += new PedigreeCreature.ExportToClipboardEventHandler(exportToClipboard);
pedigreeCreatureWorst.exportToClipboard += new PedigreeCreature.ExportToClipboardEventHandler(exportToClipboard);
pedigreeCreatureBestPossibleInSpecies.exportToClipboard += new PedigreeCreature.ExportToClipboardEventHandler(exportToClipboard);
Expand Down

0 comments on commit 9dea9a4

Please sign in to comment.