Добавление клонирования шаблонов
This commit is contained in:
@@ -34,5 +34,10 @@ namespace mROA.CodegenTools
|
||||
{
|
||||
return $"{nameof(LinkedTag)}: {_linkedTag}";
|
||||
}
|
||||
|
||||
public object Clone()
|
||||
{
|
||||
return new LinkTemplateSection(_linkedTag, Context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user