- 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
@@ -26,6 +26,7 @@ public class NinePatchPlugin extends H2DPluginAdapter {
public Entity currEditingEntity;
public NinePatchPlugin() {
super(CLASS_NAME);
performancePanelMediator = new MainPanelMediator(this);
}