UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

10 lines 300 B
export declare const DEFAULT_KEY_NAME = "Unknown"; /** Taken from "entities2.xml". */ export declare const KEY_NAMES: { readonly 0: "Unknown"; readonly 1: "Key"; readonly 2: "Golden Key"; readonly 3: "Key Ring"; readonly 4: "Charged Key"; }; //# sourceMappingURL=keyNames.d.ts.map