UNPKG

anomaly-packer

Version:

Anomaly Packer is a tool that helps in making of an addon for STALKER Anomaly with type-safe code using TypeScript

14 lines (12 loc) 208 B
/** @noSelfInFile */ declare namespace bind_campfire { const campfires_all: Record< string, { campfire?: { is_on(): boolean } object: CGameObject } > }