예제 #1
0
 public Induces(string id, int?chance, bool?additional, Expulsion expulsion)
 {
     this.id         = id;
     this.chance     = chance;
     this.additional = additional;
     this.expulsion  = expulsion;
 }
예제 #2
0
 public RecipeLink(string id, int?chance, bool?additional, Dictionary <string, string> challenges, Expulsion expulsion)
 {
     this.id         = id;
     this.chance     = chance;
     this.additional = additional;
     this.challenges = challenges;
     this.expulsion  = expulsion;
 }