fix compile error

main
xiaohang 2023-09-17 21:47:30 +08:00
parent 0e708068ea
commit 2453fd8879
1 changed files with 2 additions and 2 deletions

View File

@ -55,10 +55,10 @@ namespace DofLibrary
/// 发送 AllLevelEnd 所有关卡结束 消息
/// </summary>
void AllLevelEnd(float timeSpent);
/// <summary>
/// 发送心跳包
/// </summary>
void Heartbeat(long timestamp)
void Heartbeat(long timestamp);
}
}