TapCommon-Unity/Runtime/Public/RegionType.cs

8 lines
103 B
C#

namespace TapTap.Common
{
public enum RegionType : int
{
CN = 0,
IO = 1
}
}