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