三国卡牌客户端基础资源仓库
hch
2025-07-22 b0cdc211c9232ab09192ea6ac6ed57e64b31fd60
1
2
3
4
5
6
7
8
9
namespace UnityFS
{
    public class StorageBlock
    {
        public uint compressedSize;
        public uint uncompressedSize;
        public StorageBlockFlags flags;
    }
}