Example #1
0
 public ResourceLoadLogic_Editor(BundleLoadManager pOwner, Dictionary <string, BundleWrapper> mapLoadedBundle) : base(pOwner, mapLoadedBundle)
 {
 }
Example #2
0
 public ResourceLoadLogicBase(BundleLoadManager pOwner, Dictionary <string, BundleWrapper> mapLoadedBundle)
 {
     _pOwner          = pOwner;
     _mapLoadedBundle = mapLoadedBundle;
 }