Exemplo n.º 1
0
 public Faction()
 {
     this.randomKey = Rand.Range(0, 2147483647);
     this.kidnapped = new KidnappedPawnsTracker(this);
 }
Exemplo n.º 2
0
 public Faction()
 {
     this.randomKey = Rand.Range(0, int.MaxValue);
     this.kidnapped = new KidnappedPawnsTracker(this);
 }