Example #1
0
 public void DidTapLevelUp()
 {
     selectedFactory.LevelUpFactory();
     ShowStatsForFactory(selectedFactory);
 }