index
:
JRummikub
master
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jrummikub
/
model
/
IHand.java
blob: 8bc7e7fd9f20cd8fb799ac82346720295b624c7a (
plain
)
1
2
3
4
5
package jrummikub.model; public interface IHand extends IStoneTray<Stone> { }