예제 #1
0
 // Update is called once per frame
 void Update()
 {
     if (isTouch)
     {
         if (Input.GetKeyDown(KeyCode.R))
         {
             string team = colliderId.myTeam;
             Caught(team, score);
             colliderId.PopupOn(popupText);
             colliderId.SetLastClue(popupText);
         }
     }
 }