- Extend PluginAPI with storage.

- Store Skin Composer version checking and automatic update.
This commit is contained in:
fgnm
2020-07-11 12:49:30 +02:00
parent 93c8798adf
commit b551acf847
18 changed files with 143 additions and 60 deletions
@@ -13,6 +13,7 @@ public class PerformancePlugin extends H2DPluginAdapter {
private final PerformancePanelMediator performancePanelMediator;
public PerformancePlugin() {
super(CLASS_NAME);
performancePanelMediator = new PerformancePanelMediator(this);
}