コード例 #1
0
ファイル: TileMatch.cs プロジェクト: fulee85/AdventOfCode2020
 public void FlipHorisontal()
 {
     Side = Side.FlipHorizontal();
 }