Exemplo n.º 1
0
            public TrapSweeperTile(TrapSweeperEngine g, int x, int y)
            {
                Engine = g;

                X = x;
                Y = y;
            }
Exemplo n.º 2
0
 public TrapSweeperTileBonus(TrapSweeperEngine g, int x, int y)
     : base(g, x, y)
 {
 }