Esempio n. 1
0
 public override void RunCommand(string cmd)
 {
     if (cmd == "Remove")
     {
         if (LastTile != null)
         {
             ParentGrid.SetTile(LastTile, X, Y);
         }
     }
 }