Implemented view code for AI turns
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@319 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
15558d7138
commit
b19a46b7b2
8 changed files with 82 additions and 15 deletions
|
@ -137,4 +137,10 @@ public class MockView implements IView {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void enableThinkPanel(boolean b) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue