Добавлена возможность получать доступ к шаблонам через встроенный ресурс
This commit is contained in:
@@ -21,7 +21,7 @@ namespace mROA.CodegenTools
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{nameof(_tag)}: {_tag}, {nameof(StoredText)}: {StoredText}";
|
||||
return StoredText;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user