v1.1.4
Latest
2022.3+
Class JSONPatchTests.LobbyAvailableSlots
Inheritance
System.Object
JSONPatchTests.LobbyAvailableSlots
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Lobbies.Tests
Syntax
public class LobbyAvailableSlots
Methods
Lobby_AvailableSlots_Add(Int32, Int32, String)
Declaration
public void Lobby_AvailableSlots_Add(int original, int expected, string jsonValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | original | |
System.Int32 | expected | |
System.String | jsonValue |
Lobby_AvailableSlots_Remove(Int32, Int32)
Declaration
public void Lobby_AvailableSlots_Remove(int original, int expected)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | original | |
System.Int32 | expected |
Lobby_AvailableSlots_Replace(Int32, Int32, String)
Declaration
public void Lobby_AvailableSlots_Replace(int original, int expected, string jsonValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | original | |
System.Int32 | expected | |
System.String | jsonValue |