5 lines
185 B
TypeScript
5 lines
185 B
TypeScript
import { GlobalEvents, GlobalFunctions } from "@common/shared/network";
|
|
|
|
export const Events = GlobalEvents.createServer({});
|
|
export const Functions = GlobalFunctions.createServer({});
|