fix: build

This commit is contained in:
scientificworld
2026-04-18 01:21:28 +08:00
parent ac6fd39e86
commit b9d9f5be3f
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ using System.IO;
namespace GameRes.Formats.PenguinWorks {
[Export(typeof(ArchiveFormat))]
public class KbmOpener : ArchiveFormat {
public class DatOpener : ArchiveFormat {
public override string Tag { get { return "DAT/PENGUIN"; } }
public override string Description { get { return "Penguin Works resource archive"; } }
public override uint Signature { get { return 0; } }