UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

11 lines (10 loc) 230 B
/** * These are the types of keys that you can put on the local variables that you feed to the save * data manager. */ export enum SaveDataKey { PERSISTENT = "persistent", RUN = "run", LEVEL = "level", ROOM = "room", }