1.0.2: Merge pull request #235 from onerain88/102
推送
- 支持 iOS 前台推送
LCPushBridge.Instance.OnReceiveNotification += notification => {
// notification 即通知体
};
多人对战
- 整合 Play 模块
- 支持获取玩家掉线前所在房间 id
Client.FetchMyRoom();
LCPushBridge.Instance.OnReceiveNotification += notification => {
// notification 即通知体
};
Client.FetchMyRoom();