Liste der Spielertypen ist setzbar

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@422 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-06-13 19:22:01 +02:00
parent 56797840e2
commit a15626ac3b
6 changed files with 69 additions and 12 deletions

View file

@ -2,6 +2,7 @@ package jrummikub.view;
import java.awt.Color;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import jrummikub.model.GameSettings;
@ -198,4 +199,10 @@ public class MockSettingsPanel implements ISettingsPanel {
public IEvent getBackEvent() {
return backEvent;
}
@Override
public void setPlayerTypeChoices(List<List<Type>> choices) {
// TODO Auto-generated method stub
}
}