summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ItemEnum.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/ItemEnum.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/ItemEnum.cs31
1 files changed, 31 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/ItemEnum.cs b/Client/Assets/Scripts/XMainClient/ItemEnum.cs
new file mode 100644
index 00000000..836ab9fa
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/ItemEnum.cs
@@ -0,0 +1,31 @@
+using System;
+
+namespace XMainClient
+{
+ public enum ItemEnum
+ {
+ GOLD = 1,
+ SKILL_POINT_TWO,
+ EXP = 4,
+ SKILL_POINT,
+ FATIGUE,
+ DRAGON_COIN,
+ VIP_POINT,
+ DIAMOND,
+ PARTNERCOIN = 11,
+ AWAKE_POINT = 41,
+ AWAKE_SKILL_POINT,
+ AWAKE_SKILL_POINT_TWO,
+ HORNOR_POINT = 21,
+ GUILD_CONTRIBUTE,
+ DICE = 28,
+ CHAT_LANNIAO = 51,
+ VIRTUAL_ITEM_MAX = 50,
+ HAIR_COLORING = 52,
+ FINDBACK_ITEM = 70,
+ FLOWER_RED_ROSE = 90,
+ FLOWER_WHITE_ROSE,
+ FLOWER_BLUE_ENCHANTRESS,
+ FRIEND_GIFT = 160
+ }
+}