public interface IGameScript
| Modifier and Type | Method and Description |
|---|---|
void |
init(groovy.lang.GroovyShell shell,
ISystemManager game) |
void |
update(double dt) |
void init(groovy.lang.GroovyShell shell,
ISystemManager game)
void update(double dt)