Exemplo n.º 1
0
 public Set(Stat[] stats) {
     this.stats = new List<Stat>(stats); }
Exemplo n.º 2
0
 public bool Check(Stat stat) { return true; }