TapCommon-Unity/Runtime/Public/RegionType.cs

8 lines
103 B
C#
Raw Normal View History

2023-09-25 18:58:53 +08:00
namespace TapTap.Common
{
public enum RegionType : int
{
CN = 0,
IO = 1
}
}