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
/
console
/
MainCallback.java
blob: 37deb6dd970b0a2267056c5b5eba1c3605a2c776 (
plain
) (
blame
)
1
2
3
4
5
package
NET.worlds.console
;
public
interface
MainCallback
{
void
mainCallback
();
}