public DialogsClass() { this.DialogsCount = new IntVar(); this.Items = new List <VarStruct>(); }
public JournalClass() { this.EntriesVar = new IntVar(); this.QuestsCount = new IntVar(); this.Quests = new List <Quest>(); }
public CCSManager() { this.BeginBlockLength = new ShortVarWithoutIndex(); this.PoolCount = new IntVar(); this.EndBlockLength = new ShortVarWithoutIndex(); }
public QuestNote() { this.NoteLength = new IntVar(); }
public InstancesClass() { this.InstancesCount = new IntVar(); this.Items = new List <InstVar>(); }
public TimeClass() { this.Days = new IntVar(); this.Hours = new IntVar(); this.Minutes = new IntVar(); }
public VarStruct() { this.CaptionLength = new IntVar(); this.VarValuesCount = new IntVar(); this.VarValues = new List <IntVar>(); }
public InstVar() { this.Told = new IntVar(); this.CaptionLength = new IntVar(); }