新的对战房间数据结构,整理相关内容

This commit is contained in:
MrZ626
2021-05-18 02:18:14 +08:00
parent b8597d1518
commit 30e276b132
4 changed files with 57 additions and 51 deletions

View File

@@ -29,9 +29,9 @@ local scene={}
function scene.sceneInit()
BG.set()
NET.roomInfo.allReady=false
NET.roomInfo.connectingStream=false
NET.roomInfo.waitingStream=false
NET.allReady=false
NET.connectingStream=false
NET.waitingStream=false
scrollPos=0
selected=1
fetchRoom()