Files
serein-flow/Library/Network/WebSocket/SocketControlBase.cs
2024-10-27 00:54:10 +08:00

12 lines
167 B
C#

using System;
namespace Serein.Library.Network.WebSocketCommunication
{
public interface ISocketHandleModule
{
Guid HandleGuid { get; }
}
}