Beispiel #1
0
 public TitleInFire(Adventurer adventurer) : base(adventurer)
 {
 }
Beispiel #2
0
 public TitleStrong(Adventurer adventurer) : base(adventurer)
 {
 }
Beispiel #3
0
 public TitleAgile(Adventurer adventurer) : base(adventurer)
 {
 }
Beispiel #4
0
 public Title(Adventurer adventurer)
 {
     this.adventurer = adventurer;
 }