UNPKG

anomaly-packer

Version:

Anomaly Packer is a utility package for STALKER Anomaly creators to help them develop addons at speed with TypeScript's type-safety and game-oriented build tools.

11 lines (9 loc) 278 B
/** @noSelfInFile */ declare namespace level_targets { export const active_levels: AnyTable export const labs: AnyTable export const level_links: AnyTable export const level_names: AnyTable export const level_offsets: AnyTable export const level_starts: AnyTable }