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