Пример #1
0
 // Update is called once per frame
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.O))
     {
         manager.Advance(Match.TEAM_1_ID);
     }
     else if (Input.GetKeyDown(KeyCode.P))
     {
         manager.Advance(Match.TEAM_2_ID);
     }
 }