Example #1
0
 void Update()
 {
     // Test Code
     if (InputManager.IsDown(INPUT_ID.SUBMIT))
     {
         GameMain.ChangeSequence(GAME_SEQUENCE.HOME);
     }
 }