Always operate on cloned hands in the turn controls
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@380 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
c59332950b
commit
af3661fea0
11 changed files with 157 additions and 84 deletions
|
@ -42,4 +42,9 @@ public class MockPlayer implements IPlayer {
|
|||
public void setLaidOut(boolean laidOut) {
|
||||
this.laidOut = laidOut;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setHand(IHand hand) {
|
||||
this.hand = hand;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue