mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
import { BoilerplatePlugin } from "./boilerplate";
|
|
|
|
globalThis.getOlympusPlugin = () => {
|
|
return new BoilerplatePlugin();
|
|
} |