@@ -1,11 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace UnityFS
|
||||
{
|
||||
[Flags]
|
||||
public enum StorageBlockFlags
|
||||
{
|
||||
CompressionTypeMask = 0x3f,
|
||||
Streamed = 0x40
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user