UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

11 lines 307 B
/** Listed in order of how they cycle through the options menu. */ export declare enum LanguageAbbreviation { ENGLISH = "en", JAPANESE = "jp", SPANISH = "es", GERMAN = "de", RUSSIAN = "ru", KOREAN = "kr", CHINESE_SIMPLE = "zh" } //# sourceMappingURL=LanguageAbbreviation.d.ts.map