using System; namespace TinaX.VFSKit { [Serializable] public struct AssetBundleInfo { public string name; public string[] dependencies; } }