GameQuestList
v4.0
Game Module "Lists"GameQuestList
This is a List<GameQuest> which has some helpful methods for managing the data at runtime.
Lists of this type on an object, to hold various lists of GameQuest data, such as:
public GameQuestList quests = new GameQuestList();
public GameQuestList hiddenQuests = new GameQuestList();Last updated
Was this helpful?