UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 184 B
export type AttachmentSocketType = number; export namespace AttachmentSocketType { let Transform: number; let Bone: number; } //# sourceMappingURL=AttachmentSocketType.d.ts.map