Exemple #1
0
 // Methods
 public QuestInfo(QuestType type, QuestState state, QuestStanding standing)
 {
     this.Type     = type;
     this.State    = state;
     this.Standing = standing;
 }
Exemple #2
0
 // Methods
 public QuestInfo(QuestType type, QuestState state, QuestStanding standing)
 {
     this.Type = type;
     this.State = state;
     this.Standing = standing;
 }