TapCommon-Unity/Runtime/Public/RegionType.cs

8 lines
103 B
C#
Raw Permalink Normal View History

2023-11-08 10:47:27 +08:00
namespace TapTap.Common
{
public enum RegionType : int
{
CN = 0,
IO = 1
}
}