コード例 #1
0
ファイル: GameNetworkManager.cs プロジェクト: blue0830/18k
 //游戏心跳
 public void Heartbeat()
 {
     socket.SendHeartbeat();
 }