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

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