コード例 #1
0
ファイル: Hand.cs プロジェクト: tkitada/mahjong
 public void Dahai(TileId dahai)
 {
     Tehai.Remove(dahai);
     Tehai.Add(TsumoTile);
 }