diff --git a/src/ManiaTemplates/Lib/MtTransformer.cs b/src/ManiaTemplates/Lib/MtTransformer.cs index f7592c1..fe17d0a 100644 --- a/src/ManiaTemplates/Lib/MtTransformer.cs +++ b/src/ManiaTemplates/Lib/MtTransformer.cs @@ -22,16 +22,15 @@ public class MtTransformer private readonly Dictionary _maniaScriptIncludes = new(); private readonly Dictionary _maniaScriptConstants = new(); private readonly Dictionary _maniaScriptStructs = new(); - private readonly List _maniaScriptGlobalVariables = new(); private int _loopDepth; private static readonly Regex TemplateFeatureControlRegex = new(@"#>\s*<#\+"); private static readonly Regex TemplateInterpolationRegex = new(@"\{\{\s*(.+?)\s*\}\}"); private static readonly Regex JoinScriptBlocksRegex = new(@"(?s)-->.+?