feat: FRO-23 Create Player Hand Component (#15)

Reviewed-on: #15
Reviewed-by: lq64 <lq@blackhole.local>
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-10 15:43:27 +01:00
committed by lq64
parent 027095f874
commit b20ec0a363
62 changed files with 111 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ type Hand = {
type Player = {
id: string
name: string
dogLife: string
dogLife: boolean
}
type PlayerQueue = {