Steam Lobby Data

Simply stores data about a given lobby. This is a required component for most Steam Lobby-related components and will automatically be added when you add one of them.
Fields and Attributes
Data
public LobbyData Data { get; set; }
Holds the current LobbyData
associated with this component. Setting this property automatically invokes onChanged
.
Notes:
Can be read and updated from other scripts.
Ensures that any listeners are notified immediately when the lobby data changes.
Last updated