(PFS): added "010" extension.

This commit is contained in:
morkt 2019-03-31 17:23:25 +04:00
parent e216f25d14
commit e16a4ef381

View File

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