コード例 #1
0
 private void Start()
 {
     KeyboardInputManager.GetKeyAction(KeyInput.ADD_PLAYER, Born);
     KeyboardInputManager.GetKeyAction(KeyInput.MOVE_PLAYER, Move);
 }