Constructor ChangedOrRemovedLobbyValue
ChangedOrRemovedLobbyValue(T, LobbyValueChangeType)
Creates a changed or removed value.
Declaration
public ChangedOrRemovedLobbyValue(T value, LobbyValueChangeType status)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | The new value provided by the change. |
| LobbyValueChangeType | status | The status of this change. |