rename State.GM THINGS to State.GM.Things

This commit is contained in:
Bel LaPointe
2023-03-27 11:00:40 -06:00
parent f647a03467
commit 9ece270a13
3 changed files with 36 additions and 29 deletions

View File

@@ -34,8 +34,13 @@ type (
configUserState struct {
Player int
Message string
Alias string
Vote string
GM configUserStateGM
}
configUserStateGM struct {
Alias string
LastAlias string
Vote string
}
configPlayer struct {