Update AssetBundleBuilder

This commit is contained in:
hevinci
2022-03-17 15:27:49 +08:00
parent feb9a22083
commit 7cb0394785
10 changed files with 79 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections;
using System.Collections.Generic;
namespace YooAsset.Editor
{
[Serializable]
public class ReportAssetInfo
{
}
}