public Set(Stat[] stats) {
     this.stats = new List<Stat>(stats); }
 public bool Check(Stat stat) { return true; }