summaryrefslogtreecommitdiffstats
path: root/mock/jrummikub/view/MockSidePanel.java
blob: af103a682c5ba3ea2a2b4180edbf75c737b9c943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package jrummikub.view;

import jrummikub.model.GameSettings;

/**
 * Mock class for the side panel
 */
public class MockSidePanel implements ISidePanel {

	@Override
	public void setGameSettings(GameSettings settings) {
		// TODO Auto-generated method stub

	}

}