Example #1
0
 public void PVCButtonPressed()
 {
     PlayerTwoMove.isComputerPlayer = true;
     Play();
     AI.StartAI();
 }