New actor assignment ui experiments
This commit is contained in:
@@ -16,9 +16,10 @@ namespace CustomizePlus.Templates.Data;
|
||||
/// </summary>
|
||||
public sealed class Template : ISavable
|
||||
{
|
||||
public const int Version = Constants.ConfigurationVersion;
|
||||
|
||||
public LowerString Name { get; internal set; } = "Template";
|
||||
|
||||
public int Version { get; internal set; } = Constants.ConfigurationVersion;
|
||||
public DateTimeOffset CreationDate { get; internal set; } = DateTime.UtcNow;
|
||||
public DateTimeOffset ModifiedDate { get; internal set; } = DateTime.UtcNow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user