# Enumeration: GenshinRegion

Genshin Impact Regions

Remarks

This enum represents the available regions in Genshin Impact game.

# Table of contents

# Enumeration Members

# Enumeration Members

# ASIA

ASIA = "os_asia"

Asia

# Defined in

src/games/gi/gi.enum.ts:16 (opens new window)


# CHINA_TAIWAN

CHINA_TAIWAN = "os_cht"

China Taiwan

# Defined in

src/games/gi/gi.enum.ts:18 (opens new window)


# EUROPE

EUROPE = "os_euro"

Europe

# Defined in

src/games/gi/gi.enum.ts:14 (opens new window)


# USA

USA = "os_usa"

United States

# Defined in

src/games/gi/gi.enum.ts:12 (opens new window)