UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 118 B
/** * @readonly * @enum {number} */ export const AttachmentSocketType = { Transform: 0, Bone: 1 };