Inheritance: Java.Lang.Object, IGooglePlayServicesClientConnectionCallbacks, IGooglePlayServicesClientOnConnectionFailedListener, Android.Gms.Games.IOnSignOutCompleteListener
コード例 #1
0
 protected BaseGameActivity()
     : base()
 {
     helper = new GameHelper(this);
 }
コード例 #2
0
 protected override void OnCreate(Bundle savedInstanceState)
 {
     base.OnCreate(savedInstanceState);
     helper = new GameHelper(this);
     helper.Setup(this, requestedClients);
 }