Ejemplo n.º 1
0
    enum questParserHelper { NAME, DESCRIPTION, CHECKS, PATRONUNLOCK, RUMORONRETURN, RUMORUNLOCK, EVENTUNLOCK, LOCATIONUNLOCK, CONVERSATIONUNLOCK, LOCATION, DAYS, RESPONCES, BANLIST, LENGTH }; // a more visual way to see the construction of the quest


    public override void init()
    {
        loadJson("/JsonFiles/QuestsInGame.json");
        unlockerLoader = new UnlockerLoader();
    }