8.2版本上传
This commit is contained in:
9
Assets/01.HybridCLR/Editor/3rds/UnityFS/StorageBlock.cs
Normal file
9
Assets/01.HybridCLR/Editor/3rds/UnityFS/StorageBlock.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace UnityFS
|
||||
{
|
||||
public class StorageBlock
|
||||
{
|
||||
public uint compressedSize;
|
||||
public uint uncompressedSize;
|
||||
public StorageBlockFlags flags;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user