private static AssetStoreManagerInternal the()
 {
     if (dptr == null) {
         dptr = new AssetStoreManagerInternal(typeof(AssetStorePackageConfigure),
                                              typeof(TermsViewer),
                                              typeof(SubmitDialog));
     }
     return dptr;
 }
Beispiel #2
0
 static private AssetStoreManagerInternal the()
 {
     if (dptr == null)
     {
         dptr = new AssetStoreManagerInternal(typeof(AssetStorePackageConfigure),
                                              typeof(TermsViewer),
                                              typeof(SubmitDialog));
     }
     return(dptr);
 }