TapCommon-Unity/Runtime/Public/RegionType.cs

8 lines
103 B
C#
Raw Normal View History

2023-08-24 19:03:07 +08:00
namespace TapTap.Common
{
public enum RegionType : int
{
CN = 0,
IO = 1
}
}