odyssey-v_seat-selector/server/index.ts

7 lines
156 B
TypeScript

import * as Athena from '@AthenaServer/api/index.js';
const PLUGIN_NAME = 'seat-selector';
Athena.systems.plugins.registerPlugin(PLUGIN_NAME, () => {
});