ds4/src/module/hooks/hooks.ts

6 lines
125 B
TypeScript
Raw Normal View History

import registerHotbarHook from "./hotbar-drop";
export default function registerHooks(): void {
registerHotbarHook();
}