Endfield??
This commit is contained in:
11
BeyondTools.VFS/VFSDefine.cs
Normal file
11
BeyondTools.VFS/VFSDefine.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace BeyondTools.VFS
|
||||
{
|
||||
public static class VFSDefine
|
||||
{
|
||||
public const string CHACHA_KEY = "eU1cu+MYQiaYdVherRzV86pv/N/lIU/9gIk+5n5Vj4Y=";
|
||||
public const string VFS_DIR = "VFS";
|
||||
public const int VFS_PROTO_VERSION = 3;
|
||||
public const int VFS_VFB_HEAD_LEN = 16;
|
||||
public const int BLOCK_HEAD_LEN = 12;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user