feat: load player's report

This commit is contained in:
Ilia Denisov
2026-02-08 20:47:46 +02:00
parent f8412be248
commit e48a0c8b96
16 changed files with 91 additions and 35 deletions
+4
View File
@@ -16,6 +16,10 @@ func NewGameNotInitializedError() error {
return e.NewGameNotInitializedError()
}
func NewReportNotFoundError() error {
return e.NewReportNotFoundError()
}
func NewStateError(msg string) error {
return e.NewGameStateError(msg)
}