Add description property to property adapter.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user