Implemented basic Plugin handling

This commit is contained in:
Pax1601
2023-09-15 17:05:26 +02:00
parent ad06117b78
commit 588228c050
75 changed files with 1920 additions and 1657 deletions

View File

@@ -0,0 +1,5 @@
import { ControlTipsPlugin } from "./controltips";
globalThis.getOlympusPlugin = () => {
return new ControlTipsPlugin();
}