コード例 #1
0
    // Update is called once per frame

    /*void Update () {
     *
     *
     *
     *          if (currentWord == "")
     *  {
     *      SpawnWord();
     *  }
     *  }*/

    public static void ResetWords()
    {
        //Stop Invoke to Reinvoke
        invokerController.CancelInvoke();
        DestroyAllWordObjects();
    }