provide a more concise EmptyTemplatePrefix for the TranslationSetObjectModel

This commit is contained in:
Michael Becker 2022-09-14 00:19:50 -04:00
parent af360a0753
commit 0bed50484d
No known key found for this signature in database
GPG Key ID: DA394832305DA332

View File

@ -37,6 +37,7 @@ namespace UniversalEditor.ObjectModels.TranslationSet
{
_omr = base.MakeReferenceInternal();
_omr.Path = new string[] { "Game development", "Raven Software", "Translation set / strip (string package)" };
_omr.EmptyTemplatePrefix = "TranslationSet";
}
return _omr;
}