UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (4 loc) 180 B
import {System} from "../System"; import {TransformAttachment} from "./TransformAttachment"; export class TransformAttachmentSystem extends System<TransformAttachment> { }