mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(ScrFormat.Tag): renamed to "SCR/AMI".
This commit is contained in:
parent
c0ca2461c0
commit
57c4bbe18c
@ -341,7 +341,7 @@ namespace GameRes.Formats.Amaterasu
|
||||
[Export(typeof(ScriptFormat))]
|
||||
public class ScrFormat : ScriptFormat
|
||||
{
|
||||
public override string Tag { get { return "SCR"; } }
|
||||
public override string Tag { get { return "SCR/AMI"; } }
|
||||
public override string Description { get { return Strings.arcStrings.SCRDescription; } }
|
||||
public override uint Signature { get { return 0x00524353; } }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user