uesavetool
Version:
A Node.js implementation for deserializing and converting GVAS/.sav files to JSON and vice-versa.
13 lines (12 loc) • 582 B
JavaScript
export { Property } from './Property.js'
export { BoolProperty } from './BoolProperty.js'
export { IntProperty } from './IntProperty.js'
export { FloatProperty } from './FloatProperty.js'
export { StrProperty } from './StrProperty.js'
export { ObjectProperty } from './ObjectProperty.js'
export { SoftObjectProperty } from './SoftObjectProperty.js'
export { StructProperty } from './StructProperty.js'
export { ArrayProperty } from './ArrayProperty.js'
export { EnumProperty } from './EnumProperty.js'
export { Tuple } from './Tuple.js'
export { Guid } from './Guid.js'