trash
This commit is contained in:
parent
bd73ac80e7
commit
96109ad41f
@ -1,8 +0,0 @@
|
|||||||
import { Socket, Server } from "socket.io";
|
|
||||||
import {TSocket} from "../types/TSocket";
|
|
||||||
|
|
||||||
export default function CharacterPlaySelected(socket: TSocket, io: Server) {
|
|
||||||
socket.on('character:playselected', (data: any) => {
|
|
||||||
console.log(data.playerUsername + " selected character " + data.characterId)
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user