aboutsummaryrefslogtreecommitdiff
path: root/go/game/playerControl_test.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor playerControlFlorian Fischer2025-07-061-0/+56
Allow to propagate errors in order to handle them acordingly. Use playerNotifications by value to reduce the amount of allocations. Add session managment playerNotifications. Support marshalling notifications to plain text.