mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import { example, changeName } from './handlers/example';
|
|
|
|
export function register() {
|
|
R.GameCode('KFC');
|
|
|
|
R.Route('example.method', example);
|
|
}
|