(ScrFormat.Tag): renamed to "SCR/AMI".

This commit is contained in:
morkt 2018-09-22 02:50:05 +04:00
parent c0ca2461c0
commit 57c4bbe18c

View File

@ -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; } }