mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(WIP): added "wi0" extension.
This commit is contained in:
parent
c785beecc0
commit
2fe7367c30
@ -48,7 +48,7 @@ namespace GameRes.Formats.Will
|
|||||||
|
|
||||||
public WipFormat ()
|
public WipFormat ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "wip", "msk", "mos" };
|
Extensions = new string[] { "wip", "wi0", "msk", "mos" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool ApplyMask = false;
|
public bool ApplyMask = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user