More data object creation and test commands
This commit is contained in:
@@ -13,9 +13,12 @@ public class SzTemplate
|
||||
public List<string> CompatibleSystems { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
public string SztlText { get; set; } = "";
|
||||
|
||||
public Dictionary<string, SztlField> Fields { get; set; } = new();
|
||||
public Dictionary<string, SztlFieldGroup> SubGroups { get; set; } = new();
|
||||
|
||||
|
||||
public virtual void ParseAdditionalMetaData(TomlTable table)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user