mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 19:49:34 +08:00
添加接口
This commit is contained in:
parent
0e9b873b7a
commit
bbc444c92c
@ -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<Type>? Classes = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user