Endfield??
This commit is contained in:
16
BeyondTools.VFS/FVFBlockChunkInfo.cs
Normal file
16
BeyondTools.VFS/FVFBlockChunkInfo.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace BeyondTools.VFS
|
||||
{
|
||||
public struct FVFBlockChunkInfo
|
||||
{
|
||||
public const string FILE_EXTENSION = ".chk";
|
||||
|
||||
public UInt128 md5Name;
|
||||
public UInt128 contentMD5;
|
||||
public long length;
|
||||
public EVFSBlockType blockType;
|
||||
[JsonIgnore]
|
||||
public FVFBlockFileInfo[] files;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user