当前提交
175ced7f
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 8
      Assets/Scripts/Gameplay/Lobby/MultiverseRoomAPI.cs

8
Assets/Scripts/Gameplay/Lobby/MultiverseRoomAPI.cs


private readonly string baseUrl = "https://s.unity.cn/service/rooms"; // room api url
// Please fill in the required fields
private readonly string appId = "eb6feb70-2872-416c-846a-d850f64f45d5"; // app id
private readonly string appSecret = "c17e41a492f748f4a1e2fdc4c927f6e8"; // app secret
private readonly string gameRegionId = "7bba5ff1-b4a3-498c-9c0b-24cad73cff54"; // game region id
private readonly string multiverseProfileId = "8ea5c9bc-a214-47cf-98c4-4ad550e29ee7"; // multiverse profile id
private readonly string appId = ""; // app id
private readonly string appSecret = ""; // app secret
private readonly string gameRegionId = ""; // game region id
private readonly string multiverseProfileId = ""; // multiverse profile id
public string IP { get; private set; } = "";
public ushort Port { get; private set; } = 0;

正在加载...
取消
保存