using System; namespace VEngine.Editor.Builds { [Serializable] public class Asset { public string path; public string bundle; } }