示例#1
0
 public UrlLoaderComponent(Platform.Library.ClientUnityIntegration.API.Loader loader)
 {
     this.Loader = loader;
 }
示例#2
0
 public UrlLoaderComponent(Platform.Library.ClientUnityIntegration.API.Loader loader, bool noErrorEvent)
 {
     this.Loader       = loader;
     this.NoErrorEvent = noErrorEvent;
 }