shuffle v01.config to split out state and meta
This commit is contained in:
@@ -22,13 +22,22 @@ type (
|
||||
}
|
||||
|
||||
configUser struct {
|
||||
Player int
|
||||
Message string
|
||||
Alias string
|
||||
Meta configUserMeta
|
||||
State configUserState
|
||||
}
|
||||
|
||||
configUserMeta struct {
|
||||
LastTSMS int64
|
||||
LastLag int64
|
||||
}
|
||||
|
||||
configUserState struct {
|
||||
Player int
|
||||
Message string
|
||||
Alias string
|
||||
Vote string
|
||||
}
|
||||
|
||||
configPlayer struct {
|
||||
Transformation transformation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user