mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
Opener description.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace GameRes.Formats.DRS
|
|||||||
public class MpxOpener : ArchiveFormat
|
public class MpxOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "IKURA/GDL"; } }
|
public override string Tag { get { return "IKURA/GDL"; } }
|
||||||
public override string Description { get { return "IKURA GDL Resource archive"; } }
|
public override string Description { get { return "IKURA GDL resource archive"; } }
|
||||||
public override uint Signature { get { return 0x4d324d53; } } // 'SM2M'
|
public override uint Signature { get { return 0x4d324d53; } } // 'SM2M'
|
||||||
public override bool IsHierarchic { get { return false; } }
|
public override bool IsHierarchic { get { return false; } }
|
||||||
public override bool CanCreate { get { return false; } }
|
public override bool CanCreate { get { return false; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user