This commit is contained in:
ikpil 2023-04-14 23:06:32 +09:00
parent f9782da010
commit 4ee7f1fe4a
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ freely, subject to the following restrictions:
*/
using DotRecast.Core;
using K4os.Compression.LZ4;
namespace DotRecast.Detour.TileCache.Io.Compress
{

View File

@ -20,7 +20,7 @@ freely, subject to the following restrictions:
namespace DotRecast.Detour.TileCache.Io.Compress
{
public class TileCacheCompressorFactory
public static class TileCacheCompressorFactory
{
public static TileCacheCompressor get(bool cCompatibility)
{