using UnityEngine; namespace XGame.Framework.Asset { public class AssetBundleInfosSo : ScriptableObject { public AssetBundleInfo[] bundleInfos; } }