add description property for plugin feature
This commit is contained in:
@@ -31,6 +31,10 @@ public abstract class PluginFeature
|
||||
/// </summary>
|
||||
public virtual string? Name { get; init; }
|
||||
/// <summary>
|
||||
/// The (display) description of the feature.
|
||||
/// </summary>
|
||||
public virtual string? Description { get; init; }
|
||||
/// <summary>
|
||||
/// The symbol for the feature.
|
||||
/// </summary>
|
||||
public virtual object? Icon { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user