GameConditionList.cs
v4.0
Game Module "Lists"
public GameConditionList conditions = new GameConditionList();
public GameConditionList awards = new GameConditionListItemObjectList();
// Perhpas "Awards" are permanent conditions that have periodic effects, but are
// handled differently in other aspects of your game, like the UI, than the main
// conditions list.Last updated