extended GameResult
This commit is contained in:
parent
e7b1241cfe
commit
5a7ced2e0e
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user