Main
property in Coherence.Cloud.PlayerAccount
Properties
public static PlayerAccount Main { get; }
Gets the current main player account that has logged in to coherence Cloud locally.
If no player accounts are logged in, this will be null.
The main player account can also be manually set to a desired player account using SetAsMain().
Property Value
Type | Description |
---|---|
PlayerAccount |
See Also
GetMainAsync(CancellationToken)