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