Merge remote-tracking branch 'origin/main'
# Conflicts: # sessionUtils/sessionUtils.go
This commit is contained in:
commit
c035b05b46
@ -16,6 +16,10 @@ type Session struct {
|
||||
Arguments []gameUtils.Argument
|
||||
}
|
||||
|
||||
type Sessions struct {
|
||||
Sessions []Session
|
||||
}
|
||||
|
||||
type JSSessionInterface struct {
|
||||
GameID string `json:"gameId"`
|
||||
Icon string `json:"icon"`
|
||||
|
Loading…
Reference in New Issue
Block a user