extended GameResult

This commit is contained in:
Niklas Kapelle 2025-01-06 01:12:38 +01:00
parent e7b1241cfe
commit 5a7ced2e0e
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

View File

@ -3,5 +3,7 @@ package model
type GameResultID string type GameResultID string
type GameResult struct { type GameResult struct {
ID GameResultID ID GameResultID
Game GameID
Player PlayerID
} }