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;