接口脚本添加PlayerLeave接口
parent
76c8a3dc9a
commit
8aaf25d998
|
|
@ -56,6 +56,11 @@ namespace DofLibrary
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void AllLevelEnd(float timeSpent);
|
void AllLevelEnd(float timeSpent);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 发送 玩家中途离开房间 消息
|
||||||
|
/// </summary>
|
||||||
|
void PlayerLeave();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 发送心跳包
|
/// 发送心跳包
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue