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

@ -59,6 +59,6 @@ namespace DofLibrary
/// <summary>
/// 发送心跳包
/// </summary>
void Heartbeat(long timestamp)
void Heartbeat(long timestamp);
}
}