Endfield??
This commit is contained in:
20
BeyondTools.VFS/EVFSBlockType.cs
Normal file
20
BeyondTools.VFS/EVFSBlockType.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
namespace BeyondTools.VFS
|
||||
{
|
||||
public enum EVFSBlockType : byte
|
||||
{
|
||||
All,
|
||||
|
||||
InitialAudio = 1,
|
||||
InitialBundle,
|
||||
BundleManifest,
|
||||
LowShader,
|
||||
Audio = 11,
|
||||
Bundle,
|
||||
TextAsset = 14,
|
||||
Video,
|
||||
IV,
|
||||
Streaming,
|
||||
IFixPatch = 21,
|
||||
Raw = 31
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user