UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

11 lines 286 B
/** * These are the types of keys that you can put on the local variables that you feed to the save * data manager. */ export declare enum SaveDataKey { PERSISTENT = "persistent", RUN = "run", LEVEL = "level", ROOM = "room" } //# sourceMappingURL=SaveDataKey.d.ts.map