Man kann den Timer einstellen
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@391 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
45d5b3ae10
commit
8c2e4a7d59
9 changed files with 80 additions and 39 deletions
|
@ -22,7 +22,7 @@ public class MockPlayerPanel implements IPlayerPanel {
|
|||
public TurnMode turnMode;
|
||||
|
||||
@Override
|
||||
public void setTimeLeft(int time) {
|
||||
public void setTime(int time) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue