Переделано написание инвокеров

This commit is contained in:
2025-03-27 17:41:16 +03:00
parent c4d9a54942
commit 22d627cf9c
4 changed files with 50 additions and 25 deletions
+2
View File
@@ -55,5 +55,7 @@ namespace mROA.CodegenTools
{
Parts.Add(new DefineTemplateSection(text, tag, this));
}
public void AddDefine(string tag, object value) => AddDefine(tag, value.ToString());
}
}