UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 236 B
export class RuleExecution { /** * * @type {DynamicRuleDescription} */ rule: DynamicRuleDescription; /** * * @type {Entity} */ executor: Entity; } //# sourceMappingURL=RuleExecution.d.ts.map