Skip to content

1.0.2: Merge pull request #235 from onerain88/102

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 02:19
· 115 commits to master since this release
99f0038

推送

  • 支持 iOS 前台推送
LCPushBridge.Instance.OnReceiveNotification += notification => {
    // notification 即通知体
};

多人对战

  • 整合 Play 模块
  • 支持获取玩家掉线前所在房间 id
Client.FetchMyRoom();