8 lines
103 B
C#
8 lines
103 B
C#
|
namespace TapTap.Common
|
||
|
{
|
||
|
public enum RegionType : int
|
||
|
{
|
||
|
CN = 0,
|
||
|
IO = 1
|
||
|
}
|
||
|
}
|