(PFS): added contained formats.

This commit is contained in:
morkt 2019-02-25 12:54:31 +04:00
parent f452605e54
commit 69c60b0202

View File

@ -43,6 +43,7 @@ namespace GameRes.Formats.Artemis
public PfsOpener () public PfsOpener ()
{ {
Extensions = new string[] { "pfs", "000", "001", "002", "003", "004", "005" }; Extensions = new string[] { "pfs", "000", "001", "002", "003", "004", "005" };
ContainedFormats = new string[] { "PNG", "JPEG", "IPT", "OGG", "TXT", "SCR" };
Settings = new[] { PfsEncoding }; Settings = new[] { PfsEncoding };
} }