DGJ 1 жил өмнө
parent
commit
db17b586df

+ 1 - 1
Assets/Game/Blue/RTC/Info/RTCRoomInfo.cs

@@ -7,7 +7,7 @@ using System;
 [Serializable]
 public class RTCRoomInfo
 {
-    public int roomId;
+    public string roomId;
     public string token;
     public string host;
 }