Exemplo n.º 1
0
 void on_privacy_settings()
 {
     CotangentVersion.SetPrivacyPolicyConfirmed();
     CC.ActiveContext.RegisterNextFrameAction(() => {
         CCActions.ShowPreferencesDialog(true);
     });
     this.gameObject.Destroy();
 }
Exemplo n.º 2
0
 void on_close()
 {
     CotangentVersion.SetPrivacyPolicyConfirmed();
     this.gameObject.Destroy();
 }