UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

9 lines 308 B
/** An enum containing the Isaac API classes that can be safely copied / serialized. */ export declare enum CopyableIsaacAPIClassType { BIT_SET_128 = "BitSet128", COLOR = "Color", K_COLOR = "KColor", RNG = "RNG", VECTOR = "Vector" } //# sourceMappingURL=CopyableIsaacAPIClassType.d.ts.map