The ExtRooms permit to refresh position of all users in the map and create data to share.
6 lines
No EOL
147 B
TypeScript
6 lines
No EOL
147 B
TypeScript
import {Rooms} from "socket.io";
|
|
|
|
export interface ExtRoomsInterface extends Rooms{
|
|
userPositionMapByRoom: any;
|
|
refreshUserPosition: any;
|
|
} |