using System; namespace TapTap.TapDB { public enum TapDBRegion { CN = 0, IO = 1 } }