From 6eb915c129fc90c6f4c82ae097dd6ffad5239efc Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Jan 2021 14:28:30 +0800 Subject: +scripts --- Client/Assets/Scripts/XMainClient/ItemEnum.cs | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Client/Assets/Scripts/XMainClient/ItemEnum.cs (limited to 'Client/Assets/Scripts/XMainClient/ItemEnum.cs') 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 + } +} -- cgit v1.1-26-g67d0