コード例 #1
0
ファイル: TurnManager.cs プロジェクト: Icedia/Battlesets
    void StartCardPhase()
    {
        Debug.Log("Start CardPhase");
        sequence.GenerateSequence();
        cardHolder.GetCards();

        // Start the countdown.
        countDown = CountDown();
        StartCoroutine(countDown);
    }