summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/IStoneCollectionPanel.java
blob: 5fa234cc40690e62e7610d631a2297d4b9f2e11a (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 IStoneCollectionPanel extends IStonePanel {
}