Test for joker number in settings control
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@301 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3f3f6370c9
commit
9e21e3f23c
3 changed files with 31 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class MockSettingsPanel implements ISettingsPanel {
|
|||
public GameSettings gameSettings = new GameSettings();
|
||||
|
||||
public MockEvent1<Integer> changeInitialMeldThresholdEvent = new MockEvent1<Integer>();
|
||||
public IEvent1<Integer> changeJokerNumberEvent = new MockEvent1<Integer>();
|
||||
public MockEvent1<Integer> changeJokerNumberEvent = new MockEvent1<Integer>();
|
||||
|
||||
public int initialMeldThreshold;
|
||||
public int jokerNumber;
|
||||
|
|
Reference in a new issue