Добавление клонирования шаблонов

This commit is contained in:
2025-03-25 20:00:08 +03:00
parent 012619a92c
commit 155d942a03
8 changed files with 52 additions and 3 deletions
@@ -16,5 +16,10 @@ namespace mROA.CodegenTools
Context = context;
InnerTemplate = innerTemplate;
}
public object Clone()
{
return new InnerTemplateSection(_tag, InnerTemplate, Context);
}
}
}