GameQuestList

v4.0

pageGame Module "Lists"

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();
pageGameQuestList

Last updated