mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 20:19:34 +08:00
添加适用插件的SocketRuntimeType
This commit is contained in:
parent
827d22d899
commit
b923308be2
@ -94,7 +94,9 @@ namespace Milimoe.FunGame.Core.Library.Constant
|
|||||||
public enum SocketRuntimeType
|
public enum SocketRuntimeType
|
||||||
{
|
{
|
||||||
Client,
|
Client,
|
||||||
Server
|
Server,
|
||||||
|
Client_Plugin,
|
||||||
|
Server_Plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ErrorIPAddressType
|
public enum ErrorIPAddressType
|
||||||
|
Loading…
x
Reference in New Issue
Block a user