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