コード例 #1
0
ファイル: Town.cs プロジェクト: MVitalina/EuroDiffusion
 public bool HasAllMotifs()
 {
     return(Coins.All(x => x > 0));
 }