UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 235 B
export class BoneAttachmentBinding extends AttachmentBinding { /** * * @type {Bone} */ bone: Bone; } import { AttachmentBinding } from "./AttachmentBinding.js"; //# sourceMappingURL=BoneAttachmentBinding.d.ts.map