public class GlobalGameScript<S> extends GameScript<S>
GameScript for language runtimes where script
execution is isolated regardless of the thread it is executing on| Constructor and Description |
|---|
GlobalGameScript(S script) |
| Modifier and Type | Method and Description |
|---|---|
S |
getScript() |
getIdpublic GlobalGameScript(S script)
public S getScript()
getScript in class GameScript<S>