UNPKG

xcom2charpool

Version:

Library for reading, manipulating, and managing XCOM 2 character pool binary files, supporting both browser and Node.js environments.

11 lines (10 loc) 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CharacterPoolDataElements = void 0; const ArrayOfStructs_1 = require("./ArrayOfStructs"); class CharacterPoolDataElements extends ArrayOfStructs_1.ArrayOfStructs { constructor(array, factory) { super(array, 'CharacterPoolDataElement', factory); } } exports.CharacterPoolDataElements = CharacterPoolDataElements;