示例#1
0
 internal NativeClient(PlayGamesClientConfiguration configuration, IClientImpl clientImpl)
 {
     PlayGamesHelperObject.CreateObject();
     this.mConfiguration = Misc.CheckNotNull <PlayGamesClientConfiguration>(configuration);
     this.clientImpl     = clientImpl;
 }
示例#2
0
 public NativeClient(PlayGamesClientConfiguration configuration)
 {
     PlayGamesHelperObject.CreateObject();
     this.mConfiguration = Misc.CheckNotNull(configuration);
 }
示例#3
0
 public NativeClient()
 {
     PlayGamesHelperObject.CreateObject();
 }