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