Example #1
0
 // Methods
 public GameQuestInfo(QuestType type, GameQuestState state)
 {
     this.Type  = type;
     this.State = state;
 }
Example #2
0
 // Methods
 public GameQuestInfo(QuestType type, GameQuestState state)
 {
     this.Type = type;
     this.State = state;
 }