(WipFormat): added "mos" filename extension.

This commit is contained in:
morkt 2015-07-08 02:50:21 +04:00
parent 55d98c5ec0
commit 4d2b2689bb

View File

@ -48,7 +48,7 @@ namespace GameRes.Formats.Will
public WipFormat () public WipFormat ()
{ {
Extensions = new string[] { "wip", "msk" }; Extensions = new string[] { "wip", "msk", "mos" };
} }
public override ImageMetaData ReadMetaData (Stream stream) public override ImageMetaData ReadMetaData (Stream stream)