Jelajahi Sumber

roomId 类型

DGJ 1 tahun lalu
induk
melakukan
db17b586df
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Assets/Game/Blue/RTC/Info/RTCRoomInfo.cs

+ 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;
 }