예제 #1
0
 void Update()
 {
     if (Input.GetButtonUp("Escape"))
     {
         _endScreen.toggleEndScreen();
     }
 }