summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/IStoneCollection.java
blob: 8b4148d673987f32c12e205d0efa2be898c655a9 (plain)
1
2
3
4
5
6
7
package jrummikub.view;

/**
 * The view of the collection that shows the stones a player has selected
 */
public interface IStoneCollection extends IClickable {
}