mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
11 lines
104 B
Beef
11 lines
104 B
Beef
using Bon;
|
|
|
|
namespace GlitchyEngine.Content;
|
|
|
|
[BonTarget]
|
|
enum AssetCompression : uint8
|
|
{
|
|
None,
|
|
LZ4
|
|
}
|