xcom2charpool
Version:
Library for reading, manipulating, and managing XCOM 2 character pool binary files, supporting both browser and Node.js environments.
18 lines (17 loc) • 677 B
TypeScript
export * from './Reader';
export * from './Writer';
export * from './Packer';
export * from './Unpacker';
export * from './PropertyFactory';
export * from './Arrays/ArrayOfStructs';
export * from './Arrays/CharacterPoolDataElements';
export * from './ArrayBuffer/ArrayBufferReader';
export * from './ArrayBuffer/ArrayBufferWriter';
export * from './Properties/ArrayProperty';
export * from './Properties/BoolProperty';
export * from './Properties/ByteProperty';
export * from './Properties/IntProperty';
export * from './Properties/NameProperty';
export * from './Properties/NoneProperty';
export * from './Properties/StrProperty';
export * from './Properties/StructProperty';