odyssey-v_seat-selector/server/index.ts

7 lines
156 B
TypeScript
Raw Normal View History

2024-01-16 07:46:51 +00:00
import * as Athena from '@AthenaServer/api/index.js';
const PLUGIN_NAME = 'seat-selector';
Athena.systems.plugins.registerPlugin(PLUGIN_NAME, () => {
});