Beispiel #1
0
 public LoadResourceIntercept(InterceptPool pool)
 {
     _pool = pool;
 }
Beispiel #2
0
 public AssetsAsyncCall(AssetsAsyncCallPool assetsAsyncCallPool, InterceptPool interceptPool)
 {
     _assetsAsyncCallPool = assetsAsyncCallPool;
     _interceptPool       = interceptPool;
 }