UNPKG

sparkscript

Version:
12 lines 665 B
export { PlayerAction, PlayerEvent, PlayerCondition } from "./Player"; export { EntityAction, EntityEvent, EntityCondition } from "./Entity"; export { GameAction, GameCondition } from "./Game"; export { default as SetVariable } from "./SetVariable"; export { default as VariableCondition } from "./VariableCondition"; export { default as Control } from "./Control"; export { default as SelectObject } from "./SelectObject"; export { default as CallFunction } from "./CallFunction"; export { default as StartProcess } from "./StartProcess"; export { default as Func } from "./Func"; export { default as Process } from "./Process"; //# sourceMappingURL=index.d.ts.map