enter girl room

This commit is contained in:
Naruse
2026-04-26 19:46:55 +08:00
parent dda5d3d7d7
commit 3f387da322
2 changed files with 32 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public static class CallGSRouter
try
{
await handler.Handle(connection, req.Param, seqNo);
await connection.Player!.OnHeartBeat();
}
catch (Exception e)
{