patchwork-mapconverter
Version:
Executable wrapper for https://github.com/ChiefOfGxBxL/WC3MapTranslator
11 lines • 324 B
TypeScript
declare const ObjectModificationTableDefaults: {
custom: {};
};
declare const ModificationDefaults: {
customId: string;
setFlag: number;
levelVariation: number;
dataPointer: number;
};
export { ObjectModificationTableDefaults, ModificationDefaults };
//# sourceMappingURL=ObjectModificationTable.d.ts.map