mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
renamed archive tag.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace GameRes.Formats.Will
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class ArcOpener : 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 string Description { get { return "Will Co. game engine resource archive"; } }
|
||||||
public override uint Signature { get { return 0; } }
|
public override uint Signature { get { return 0; } }
|
||||||
public override bool IsHierarchic { get { return false; } }
|
public override bool IsHierarchic { get { return false; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user