From a96631b6212542718f2e6ce8d3a5204ba96980b2 Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 3 May 2022 13:42:46 +0400 Subject: [PATCH] (ArchPacOpener): fill ContainedFormats. --- ArcFormats/Seraphim/ArcSeraph.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ArcFormats/Seraphim/ArcSeraph.cs b/ArcFormats/Seraphim/ArcSeraph.cs index f9f765b0..7d2408b8 100644 --- a/ArcFormats/Seraphim/ArcSeraph.cs +++ b/ArcFormats/Seraphim/ArcSeraph.cs @@ -82,6 +82,7 @@ namespace GameRes.Formats.Seraphim public ArchPacOpener () { Extensions = new string[] { "dat" }; + ContainedFormats = new[] { "CB" }; } public override ArcFile TryOpen (ArcView file)