示例#1
0
 public void ClearLastInput()
 {
     if (gameLogic.canInteract)
     {
         gameLogic.ClearLastLetter();
     }
 }