diff options
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/YYMallCategory.cs')
-rw-r--r-- | Client/Assets/Scripts/XMainClient/YYMallCategory.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/YYMallCategory.cs b/Client/Assets/Scripts/XMainClient/YYMallCategory.cs new file mode 100644 index 00000000..6591382a --- /dev/null +++ b/Client/Assets/Scripts/XMainClient/YYMallCategory.cs @@ -0,0 +1,12 @@ +using System;
+
+namespace XMainClient
+{
+ internal enum YYMallCategory
+ {
+ Resource = 1,
+ Special,
+ Privilege,
+ MAX
+ }
+}
|