コード例 #1
0
 public Set(Stat[] stats) {
     this.stats = new List<Stat>(stats); }
コード例 #2
0
 public bool Check(Stat stat) { return true; }