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.

8 lines (6 loc) 197 B
/** @noSelfInFile */ declare namespace state_mgr_goap { export const operators: AnyTable export const properties: AnyTable export function goap_graph(st: AnyTable, npc: CGameObject): void }