Beispiel #1
0
 private void Awake()
 {
     if (gameInput)
     {
         gameInput.Init();
     }
 }
Beispiel #2
0
 public void SetInput(GameInputBase input)
 {
     gameInput = input;      // change input
     input.Init();           // init new
 }