summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/model/IHand.java
blob: f5234d1e565f8234184373f0f3a5ce5e773f3271 (plain)
1
2
3
4
5
6
7
8
package jrummikub.model;

/**
 * Interface for the {@link Hand} model
 */
public interface IHand extends IStoneTray<Stone> {

}