添加接口

This commit is contained in:
Mili 2022-09-02 00:51:15 +08:00
parent 0e9b873b7a
commit bbc444c92c

View File

@ -63,6 +63,7 @@ namespace FunGame.Core.Api.Util
string ClassName = Interface switch string ClassName = Interface switch
{ {
(int)CommonEnums.InterfaceType.ClientConnectInterface => ClientConnectInterface + Implement, (int)CommonEnums.InterfaceType.ClientConnectInterface => ClientConnectInterface + Implement,
(int)CommonEnums.InterfaceType.ServerInterface => ServerInterface + Implement,
_ => "", _ => "",
}; };
List<Type>? Classes = null; List<Type>? Classes = null;