Example #1
0
 // Called when AI is finished
 public void FinishCurrentAI(float score)
 {
     _EpochManager.FinishEpoch(score);
 }