mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(WipFormat): added "mos" filename extension.
This commit is contained in:
parent
55d98c5ec0
commit
4d2b2689bb
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user