(WIP): added "wi0" extension.

This commit is contained in:
morkt 2018-10-18 23:00:44 +04:00
parent c785beecc0
commit 2fe7367c30

View File

@ -48,7 +48,7 @@ namespace GameRes.Formats.Will
public WipFormat ()
{
Extensions = new string[] { "wip", "msk", "mos" };
Extensions = new string[] { "wip", "wi0", "msk", "mos" };
}
public bool ApplyMask = false;