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.

12 lines (9 loc) 278 B
/** @noSelfInFile */ import type { Section } from 'anomaly-packer' declare global { namespace trans_outfit { export function ReadOutfitBlindnessKoeff(section: Section.Item): number export function timer_trans(): void export function transparent_gg(): void } }