UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

11 lines (10 loc) 236 B
/** Listed in order of how they cycle through the options menu. */ export enum LanguageAbbreviation { ENGLISH = "en", JAPANESE = "jp", SPANISH = "es", GERMAN = "de", RUSSIAN = "ru", KOREAN = "kr", CHINESE_SIMPLE = "zh", }