发送上线信息
This commit is contained in:
parent
19e7957bd2
commit
618673c1c6
|
@ -84,8 +84,8 @@ public class GameManager : MonoBehaviour
|
||||||
userIds.Add(ulong.Parse(userInfo[0]));
|
userIds.Add(ulong.Parse(userInfo[0]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//string msg = string.Format("send2room " + "online");
|
string msg = string.Format("send2room " + "online");
|
||||||
//_ = SyncCreateRoom.SendMessageAsync(msg);
|
_ = SyncCreateRoom.SendMessageAsync(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue