bunch of stuff.

This commit is contained in:
morkt
2023-08-24 01:33:50 +04:00
parent ea096c52ef
commit 77fde27d26
119 changed files with 11078 additions and 619 deletions

View File

@@ -339,7 +339,7 @@ namespace GameRes.Formats.Amaterasu
}
[Export(typeof(ScriptFormat))]
public class ScrFormat : ScriptFormat
public class ScrFormat : GenericScriptFormat
{
public override string Tag { get { return "SCR/AMI"; } }
public override string Description { get { return Strings.arcStrings.SCRDescription; } }