Exemplo n.º 1
0
 public void InputButton(string _input)
 {
     if (!InputManager.End && InputManager.m_Power)
     {
         InputManager.KeyInput(_input);
     }
     //Debug.Log(_input);
 }
Exemplo n.º 2
0
 public void InputButton(string _input)
 {
     InputManager.KeyInput(_input);
     //Debug.Log(_input);
 }