Add initial API & Configuration
This commit is contained in:
parent
0ade7b8b1f
commit
aa368471fe
13 changed files with 119 additions and 138 deletions
|
|
@ -33,11 +33,6 @@ public interface IObservatoryPlugin
|
|||
/// </summary>
|
||||
public string Version { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Reference to plugin UI to display within its tab.
|
||||
/// </summary>
|
||||
public PluginUI PluginUI { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Receives data sent by other plugins.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue