feat: 基础 SignalR 服务器支持
This commit is contained in:
4
app/router/signalr/hub/multiplayer.py
Normal file
4
app/router/signalr/hub/multiplayer.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .hub import Hub
|
||||
|
||||
|
||||
class MultiplayerHub(Hub): ...
|
||||
Reference in New Issue
Block a user