- [Core] Adjust LZ4 namespace.
- [Core] Added support to `AnimationClip` [Ark]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace AssetStudio.LZ4;
|
||||
namespace AssetStudio;
|
||||
public static class LZ4
|
||||
{
|
||||
public static int Decompress(ReadOnlySpan<byte> cmp, Span<byte> dec)
|
||||
|
||||
Reference in New Issue
Block a user