Method ChangedNotRemoved
ChangedNotRemoved<T>(T)
Instantiates a changed lobby value.
Declaration
public static ChangedOrRemovedLobbyValue<T> ChangedNotRemoved<T>(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | The new value it has changed to. |
Returns
| Type | Description |
|---|---|
| ChangedOrRemovedLobbyValue<T> | A changed lobby value. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the value to change. |