mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-04 16:50:48 +08:00
增强了实例工程的抽象逻辑
This commit is contained in:
10
Library/Network/WebSocket/WebSocketRouter.cs
Normal file
10
Library/Network/WebSocket/WebSocketRouter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Serein.Library.Network.WebSocketCommunication
|
||||
{
|
||||
public class WebSocketRouter
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user