コード例 #1
0
    public void EndReloadGame()
    {
        buttonLeft.EndGame();
        buttonRight.EndGame();

        InputCanvasController.GetInstance().SwitchNormalMode();
    }
コード例 #2
0
    public void StartReloadGame(AbstractReloadState reloadState)
    {
        Debug.Log("Start Reload game:");
        currentReloadState = reloadState;

        InputCanvasController.GetInstance().SwitchReloadGameMode();
        clickCount = 0;
        startTime  = Time.time;
        lastTime   = startTime;

        buttonLeft.StartGame();
        buttonRight.StartGame();
    }
コード例 #3
0
 private void Awake()
 {
     _instance = this;
 }