8 lines
98 B
Go
8 lines
98 B
Go
package objects
|
|
|
|
type Secret struct {
|
|
Join string
|
|
Spectate string
|
|
Match string
|
|
}
|