3 lines
143 B
JavaScript
3 lines
143 B
JavaScript
export const roomCode = 'ROOM_CODE';
|
|
export const interval = 20; // Interval in ticks at which positions will be sent to the server. (Min: 10)
|