角色控制修改

This commit is contained in:
2025-10-09 22:10:48 +08:00
parent e60822137f
commit 290c08325d
15 changed files with 743 additions and 105 deletions

View File

@@ -39,6 +39,7 @@ namespace NBF
private static void OnConnectComplete()
{
Log.Debug("连接成功");
// 心跳
Session.AddComponent<SessionHeartbeatComponent>().Start(HeartbeatInterval);
}