Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/OpJoinRandomRoomParams.cs
2026-02-21 16:45:37 +08:00

17 lines
292 B
C#

using ExitGames.Client.Photon;
internal class OpJoinRandomRoomParams
{
public Hashtable ExpectedCustomRoomProperties;
public byte ExpectedMaxPlayers;
public MatchmakingMode MatchingType;
public TypedLobby TypedLobby;
public string SqlLobbyFilter;
public string[] ExpectedUsers;
}