예제 #1
0
 private void End()
 {
     Game.Unpause();
     casting = false;
     SpellButtons.ActivateCastingButtons(true);
     activeSpell = null;
     GameplayUI.HideInstructions();
 }
예제 #2
0
    protected IEnumerator WaitForClick()
    {
        SpellButtons.ActivateCastingButtons(false);

        while (waiting)
        {
            yield return(null);
        }
    }