From 6eb915c129fc90c6f4c82ae097dd6ffad5239efc Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Jan 2021 14:28:30 +0800 Subject: +scripts --- .../Assets/Scripts/XMainClient/KKSG/DEProgressState.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Client/Assets/Scripts/XMainClient/KKSG/DEProgressState.cs (limited to 'Client/Assets/Scripts/XMainClient/KKSG/DEProgressState.cs') diff --git a/Client/Assets/Scripts/XMainClient/KKSG/DEProgressState.cs b/Client/Assets/Scripts/XMainClient/KKSG/DEProgressState.cs new file mode 100644 index 00000000..a34cd4ef --- /dev/null +++ b/Client/Assets/Scripts/XMainClient/KKSG/DEProgressState.cs @@ -0,0 +1,16 @@ +using System; +using ProtoBuf; + +namespace KKSG +{ + [ProtoContract(Name = "DEProgressState")] + public enum DEProgressState + { + [ProtoEnum(Name = "DEPS_FINISH", Value = 1)] + DEPS_FINISH = 1, + [ProtoEnum(Name = "DEPS_FIGHT", Value = 2)] + DEPS_FIGHT, + [ProtoEnum(Name = "DEPS_NOTOPEN", Value = 3)] + DEPS_NOTOPEN + } +} -- cgit v1.1-26-g67d0