index
:
worldsplayer
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
NET
/
worlds
/
scape
/
PickHandler.java
blob: 14a97b0a27a380050d7c3885bbb1f58d64f13408 (
plain
) (
blame
)
1
2
3
4
5
package
NET.worlds.scape
;
public
interface
PickHandler
{
boolean
handle
(
PickEvent
var1
);
}