split out message, config
This commit is contained in:
14
src/device/input/parse/v01/config.go
Normal file
14
src/device/input/parse/v01/config.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package v01
|
||||
|
||||
type config struct {
|
||||
Feedback struct {
|
||||
Addr string
|
||||
}
|
||||
Users map[string]struct {
|
||||
Player int
|
||||
Message string
|
||||
}
|
||||
Players []struct {
|
||||
Transformation transformation
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user