UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (7 loc) 274 B
import {System} from "../System"; import Engine from "../../Engine"; import View from "../../../view/View"; import GUIElement from "./GUIElement"; export default class GUIElementSystem extends System<GUIElement> { constructor(container: View, engine: Engine) }