Skip to content

Commit

Permalink
add description field (neo-project#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luchuan authored and Tommo-L committed Jun 22, 2020
1 parent 80ec37f commit e9ea256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/neo/Plugins/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public abstract class Plugin : IDisposable

public virtual string ConfigFile => Combine(PluginsDirectory, GetType().Assembly.GetName().Name, "config.json");
public virtual string Name => GetType().Name;
public virtual string Description => "";
public virtual string Path => Combine(PluginsDirectory, GetType().Assembly.ManifestModule.ScopeName);
protected static NeoSystem System { get; private set; }
public virtual Version Version => GetType().Assembly.GetName().Version;
Expand Down

0 comments on commit e9ea256

Please sign in to comment.