mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00
添加接口
This commit is contained in:
parent
0e9b873b7a
commit
bbc444c92c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user