This commit is contained in:
BetaSteward 2010-04-11 22:28:51 +00:00
parent efdceacaf6
commit a9a0075768
15 changed files with 257 additions and 259 deletions

View file

@ -91,4 +91,8 @@ public class ConfigSettings {
return config.getGameTypes().getPlugin();
}
public List<Plugin> getDeckTypes() {
return config.getDeckTypes().getPlugin();
}
}