Enum LobbyValueChangeType
An enum providing the change type of a given change.
Namespace: Unity.Services.Lobbies
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum LobbyValueChangeType : byteFields
| Name | Description | 
|---|---|
| Added | The value has been added. | 
| Changed | The value has been changed. | 
| Removed | The value has been removed. | 
| Unchanged | No changes have occurred. |