feat: basic player commands

This commit is contained in:
2026-08-30 19:58:08 +02:00
parent ce35371c06
commit 5b223875bd
11 changed files with 196 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
// Tracking of time and player status
export const startTracking = () => {};
export const stopTracking = () => {};