24
Assets/01.HybridCLR/Editor/3rds/UnityFS/BundleFileInfo.cs
Normal file
24
Assets/01.HybridCLR/Editor/3rds/UnityFS/BundleFileInfo.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace UnityFS
|
||||
{
|
||||
public class BundleSubFile
|
||||
{
|
||||
public string file;
|
||||
public byte[] data;
|
||||
}
|
||||
|
||||
public class BundleFileInfo
|
||||
{
|
||||
public string signature;
|
||||
public uint version;
|
||||
public string unityVersion;
|
||||
public string unityRevision;
|
||||
public ArchiveFlags flags;
|
||||
public List<BundleSubFile> files;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user