protected AAsyncOperation(string assetPath, GetAssetFilePath getFilePath) : this(assetPath) { this.getFilePath = getFilePath; }
public BundleAsyncOperation(string assetPath, GetAssetFilePath getFilePath) : base(assetPath, getFilePath) { }