Example #1
0
 private void TrainingFinished()
 {
     champion = myTrainer.champion;
     champion.Save();
     EvolveFromScratch.Content   = "Evolve From Scratch";
     EvolveExisting.Content      = "Evolve Existing";
     EvolveExisting.IsEnabled    = true;
     EvolveFromScratch.IsEnabled = true;
     PlayAI.IsEnabled            = true;
     ProgramState = state.Idle;
 }