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.

9 lines (7 loc) 271 B
/** @noSelfInFile */ declare namespace gameplay_radioactive_water { export function actor_on_footstep(mat: string): void export function actor_on_update(_: any, delta: number): void export function get_damage_ms(): number export function on_game_start(): void }