コード例 #1
0
ファイル: Tile.cs プロジェクト: MAnyKey/turn-based-grids
 private void NotifyState()
 {
     tb_.TileStateUpdated();
 }