1
0
forked from noxious/server

code update

This commit is contained in:
2024-05-09 22:03:21 +02:00
parent 8356a83431
commit a2f21229d8
14 changed files with 216 additions and 45 deletions

View File

@ -1,6 +1,6 @@
import { Socket, Server } from "socket.io";
export default function player_map_load(socket: Socket, io: Server) {
export default function player_zone_load(socket: Socket, io: Server) {
socket.on('player:map:load', (data) => {
console.log(`---User ${socket.id} has requested map.`);
});