添加适用插件的SocketRuntimeType

This commit is contained in:
milimoe 2023-10-15 15:11:34 +08:00
parent 827d22d899
commit b923308be2
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -94,7 +94,9 @@ namespace Milimoe.FunGame.Core.Library.Constant
public enum SocketRuntimeType
{
Client,
Server
Server,
Client_Plugin,
Server_Plugin
}
public enum ErrorIPAddressType