public TemplateAccessor(Platform.Kernel.ECS.ClientEntitySystem.API.TemplateDescription templateDescription, Platform.System.Data.Statics.ClientYaml.API.YamlNode yamlNode) : this(templateDescription)
 {
     this.yamlNode = yamlNode;
 }
 public TemplateAccessor(Platform.Kernel.ECS.ClientEntitySystem.API.TemplateDescription templateDescription, string configPath) : this(templateDescription)
 {
     this.configPath = configPath;
 }
 private TemplateAccessor(Platform.Kernel.ECS.ClientEntitySystem.API.TemplateDescription templateDescription)
 {
     this.templateDescription = templateDescription;
 }