Start implementing color changing over network
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@442 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3ffad85972
commit
1b9c7c4778
7 changed files with 119 additions and 8 deletions
|
@ -217,6 +217,12 @@ public class MockSettingsPanel implements ISettingsPanel {
|
|||
@Override
|
||||
public void setSettingsMode(SettingsMode mode) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPlayerColors(Set<Color> colors) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue