コード例 #1
0
ファイル: Pipes.cs プロジェクト: pattyqubed/GameofTiles
 public bool HasGameFinished()
 {
     return(grid.All(IsClosed));
 }