sample cfg file
This commit is contained in:
@@ -25,6 +25,24 @@ type (
|
||||
N string
|
||||
}
|
||||
v01Cfg struct {
|
||||
Users map[string]struct {
|
||||
Player int
|
||||
Message string
|
||||
}
|
||||
Players []struct {
|
||||
Buttons struct {
|
||||
Up string
|
||||
Down string
|
||||
Left string
|
||||
Right string
|
||||
L string
|
||||
R string
|
||||
A string
|
||||
B string
|
||||
X string
|
||||
Y string
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user