Lots of SzGui work
This commit is contained in:
9
SzCore/DataObjects/SzCharacterTemplate.cs
Normal file
9
SzCore/DataObjects/SzCharacterTemplate.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace SzCore.DataObjects;
|
||||
|
||||
public class SzCharacterTemplate : ISzTemplate
|
||||
{
|
||||
public string Name { get; set; } = "";
|
||||
public string Id { get; set; } = "";
|
||||
public string Description { get; set; } = "";
|
||||
public Dictionary<string, SzTemplateField> TemplateFields { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user