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.

7 lines (5 loc) 217 B
/** @noSelfInFile */ declare namespace dialogs_warlab { export function osoznanie_agree(npc: CGameObject, actor: CGameObject): void export function osoznanie_decline(npc: CGameObject, actor: CGameObject): void }