Add description property to property adapter.

This commit is contained in:
2023-11-11 11:42:05 +08:00
parent 9db2ded366
commit c05b771425
2 changed files with 5 additions and 1 deletions

View File

@@ -54,8 +54,8 @@ namespace Cryville.Crtr.Config {
}
public string Category { get { return _def.category; } }
public string Name { get; private set; }
public string Description { get { return null; } }
public PropertyType Type { get; private set; }