mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-21 01:39:31 +00:00
Added a tick override to websocket route modules
This commit is contained in:
@@ -20,5 +20,10 @@ namespace MTSC.UnitTests
|
||||
{
|
||||
this.SendMessage(message, client, handler);
|
||||
}
|
||||
|
||||
public override void Tick(Server server, WebsocketRoutingHandler handler)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user