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