首次提交
This commit is contained in:
15
Assets/Scripts/NBC/Asset/Runtime/Address/Data/PackageData.cs
Normal file
15
Assets/Scripts/NBC/Asset/Runtime/Address/Data/PackageData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NBC.Asset
|
||||
{
|
||||
[Serializable]
|
||||
public class PackageData
|
||||
{
|
||||
public string Name;
|
||||
public int Def;
|
||||
public List<string> Dirs;
|
||||
public List<AssetData> Assets;
|
||||
public List<BundleData> Bundles;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user