コード例 #1
0
ファイル: Ground.cs プロジェクト: GermanKuber-zz/Catan
 public Ground AddRight(Ground ground)
 {
     Limits.AddRight(ground);
     return(this);
 }