code cleanup

This commit is contained in:
Ilia Denisov
2025-09-25 21:53:16 +03:00
parent 46066d890b
commit 6d87ea6086
8 changed files with 49 additions and 294 deletions
+7
View File
@@ -0,0 +1,7 @@
package game
type GameParameter struct {
Series string
Players uint
Public bool
}