コード例 #1
0
 public BombermanFloorTile(BombermanStyle style) : base(BombermanSettings.GetFloorTileID(style), "Floor")
 {
     if (style == BombermanStyle.Default)
     {
         Hue = 0x237;
     }
 }