rename files

This commit is contained in:
jendave
2011-11-02 05:49:50 +00:00
parent 9edfd12e4d
commit cc3aad44f8
12 changed files with 29 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ public class GuiMultipleBlockers4Test {
list.add(AllZone.getCardFactory().getCard("Frostling", null));
for (int i = 0; i < 2; i++) {
new GuiMultipleBlockers4(null, list, i + 1, null);
new GuiMultipleBlockers(null, list, i + 1, null);
}
}
}