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
/
Shadow.java
blob: 7fe9cabf1c8f6e067ca44841a59c929a6beb2f1b (
plain
) (
blame
)
1
2
3
4
5
package
NET.worlds.scape
;
public
interface
Shadow
{
void
adjustShadow
(
WObject
var1
);
}