From b923308be2525c18af39dbfc966c0ca7de66a41d Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 15 Oct 2023 15:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=80=82=E7=94=A8=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E7=9A=84SocketRuntimeType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Constant/TypeEnum.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Constant/TypeEnum.cs b/Library/Constant/TypeEnum.cs index a5be9ee..c84a214 100644 --- a/Library/Constant/TypeEnum.cs +++ b/Library/Constant/TypeEnum.cs @@ -94,7 +94,9 @@ namespace Milimoe.FunGame.Core.Library.Constant public enum SocketRuntimeType { Client, - Server + Server, + Client_Plugin, + Server_Plugin } public enum ErrorIPAddressType