mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
renamed archive tag.
This commit is contained in:
parent
bd2aa6c757
commit
c1614a20c7
@ -47,7 +47,7 @@ namespace GameRes.Formats.Will
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
public class ArcOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "WARC"; } }
|
||||
public override string Tag { get { return "ARC/Will"; } }
|
||||
public override string Description { get { return "Will Co. game engine resource archive"; } }
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
|
Loading…
Reference in New Issue
Block a user