예제 #1
0
 /// <summary>
 /// unbind from Google billing service.
 /// Good practice, but isn't really necessary
 /// </summary>
 public static void Terminate()
 {
     #if UNITY_ANDROID
     GoogleIAB.unbindService();
     #endif
 }