From bbc444c92cda5d3980e5f90fae0de6302af324ba Mon Sep 17 00:00:00 2001 From: Mili Date: Fri, 2 Sep 2022 00:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FunGame.Core.Api/Util/AssemblyHelper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FunGame.Core.Api/Util/AssemblyHelper.cs b/FunGame.Core.Api/Util/AssemblyHelper.cs index 7634317..bf9c1b1 100644 --- a/FunGame.Core.Api/Util/AssemblyHelper.cs +++ b/FunGame.Core.Api/Util/AssemblyHelper.cs @@ -63,6 +63,7 @@ namespace FunGame.Core.Api.Util string ClassName = Interface switch { (int)CommonEnums.InterfaceType.ClientConnectInterface => ClientConnectInterface + Implement, + (int)CommonEnums.InterfaceType.ServerInterface => ServerInterface + Implement, _ => "", }; List? Classes = null;