Make player name setup work

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@281 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-26 01:33:17 +02:00
parent 10cd2cb902
commit 04df1a24d8
7 changed files with 183 additions and 24 deletions

View file

@ -84,4 +84,10 @@ public class MockView implements IView {
return newRoundEvent;
}
@Override
public ISettingsPanel getSettingsPanel() {
// TODO Auto-generated method stub
return null;
}
}