Property Data
Data
Custom game-specific properties to add, update, or remove from the lobby (e.g. mapName
or gameType
). To remove an existing property, include it in data
but set the property object to null
. To update the value to null
, set the value
property of the object to null
.
Declaration
[Preserve]
public JsonObject Data { get; }
Property Value
Type | Description |
---|---|
JsonObject |