Пример #1
0
 private void Update()
 {
     if (Input.GetKey(KeyCode.Space))
     {
         RestartGame.RestartStatic();
     }
 }