From 8f6555687bba0b217d450ff326bfce6b58c86286 Mon Sep 17 00:00:00 2001 From: milimoe Date: Wed, 15 Nov 2023 21:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=87=86=E5=A4=87=E5=92=8C?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Constant/TypeEnum.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Constant/TypeEnum.cs b/Library/Constant/TypeEnum.cs index bde749d..f9b7b99 100644 --- a/Library/Constant/TypeEnum.cs +++ b/Library/Constant/TypeEnum.cs @@ -84,6 +84,8 @@ namespace Milimoe.FunGame.Core.Library.Constant Main_QuitRoom, Main_MatchRoom, Main_Chat, + Main_Ready, + Main_CancelReady, Reg_GetRegVerifyCode, Login_Login, Login_GetFindPasswordVerifyCode,