towards generation

This commit is contained in:
Ilia Denisov
2023-08-08 21:57:53 +03:00
parent d95ecbc20c
commit ffecb5d90c
9 changed files with 193 additions and 96 deletions
+7
View File
@@ -0,0 +1,7 @@
package game
type GameParameter struct {
Series string
Players uint
Public bool
}