发送上线信息

This commit is contained in:
YangHua 2023-11-15 15:21:35 +08:00
parent 19e7957bd2
commit 618673c1c6
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ public class GameManager : MonoBehaviour
userIds.Add(ulong.Parse(userInfo[0]));
}
}
//string msg = string.Format("send2room " + "online");
//_ = SyncCreateRoom.SendMessageAsync(msg);
string msg = string.Format("send2room " + "online");
_ = SyncCreateRoom.SendMessageAsync(msg);
}