mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(WipFormat): added "mos" filename extension.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace GameRes.Formats.Will
|
||||
|
||||
public WipFormat ()
|
||||
{
|
||||
Extensions = new string[] { "wip", "msk" };
|
||||
Extensions = new string[] { "wip", "msk", "mos" };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (Stream stream)
|
||||
|
||||
Reference in New Issue
Block a user