コード例 #1
0
    //Métodos
    public void Start()
    {
        missionName   = "hangman_1";
        lowerRNGLimit = 1;
        upperRNGLimit = lowerRNGLimit + 2;

        indexedDictionary     = new Dictionary <int, string>();
        dictionary            = new Dictionary <string, string>();
        wordsAlreadyDisplayed = new Stack();

        FirebaseManager.GetMissionData(this, missionName);
    }
コード例 #2
0
    // ---------------------------------------------------------------------
    // ---- functions
    // ---------------------------------------------------------------------

    // Use this for initialization
    void Start()
    {
        FirebaseManager.GetMissionData(this, missionName);
    }    //end Start