add KLZ arc

This commit is contained in:
ManicSteiner
2025-01-20 11:22:36 +08:00
parent 480fe0e579
commit 7971bd0d4d
3 changed files with 124 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ namespace GameRes.Formats.Kid
public KlzFormat()
{
Extensions = new string[] { "klz" };
Settings = null;
}
public override ImageMetaData ReadMetaData(IBinaryStream stream)