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) 202 B
/** @noSelfInFile */ declare namespace game_registrator { export function get_game_clsid(game_type_option: string, is_server: boolean): string export function register(object_factory: any): void }