Add interval property for configurable tick rate in LagoonAddons

This commit is contained in:
2026-05-13 07:38:02 +02:00
parent 227c8a7c70
commit 48276881ea
4 changed files with 7 additions and 5 deletions

View File

@@ -1 +1,2 @@
export const roomCode = 'ROOM_CODE';
export const interval = 20; // Interval in ticks at which positions will be sent to the server. (Min: 10)