Exemplo n.º 1
0
 public void SetPurchasingAdapter(IPurchasingAdapter adapter)
 {
 }
Exemplo n.º 2
0
 public AndroidPurchasingAdapter(IPurchasingAdapter adapter) : base("com.unity3d.services.purchasing.core.IPurchasingAdapter")
 {
     this.adapter = adapter;
 }
Exemplo n.º 3
0
 public static void SetPurchasingAdapter(IPurchasingAdapter adapter)
 {
     s_Platform.SetPurchasingAdapter(adapter);
 }