public abstract class GameScript<S>
extends java.lang.Object
| Constructor and Description |
|---|
GameScript() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
abstract S |
getScript() |
abstract boolean |
hasScript() |
static void |
offsetIds(int offset) |
abstract void |
setScript(S script) |