Class GameServices
public class GameServices
- Inheritance
-
GameServices
Constructors
GameServices(CloudCredentialsPair)
public GameServices(CloudCredentialsPair credentialsPair)
Parameters
credentialsPair
CloudCredentialsPair
Properties
AuthService
Log in the coherence Cloud.
public IAuthClient AuthService { get; }
Property Value
KvStoreService
Key Value Store service, you can enable it in the Game Services section, in your Project in the coherence Dashboard.
public KvStoreClient KvStoreService { get; }
Property Value
MatchmakerService
public MatchmakerClient MatchmakerService { get; }