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