Exemplo n.º 1
0
 public void OnStopPlayerWalking()
 {
     playerWalking = false;
     if (!professorController.IsVisible())
     {
         gameInputEnabled = true;
     }
 }