5 lines
204 B
TypeScript
5 lines
204 B
TypeScript
import { GameplayEvents, ProfileEvents } from "shared/networking";
|
|
|
|
export const GameplayServerEvents = GameplayEvents.createServer({});
|
|
export const ProfileServerEvents = ProfileEvents.createServer({});
|