Add support for 2 additional session slots
parent
ae03daae1c
commit
7b9a866570
|
@ -1,6 +1,6 @@
|
|||
package defs
|
||||
|
||||
const SessionSlotCount = 3
|
||||
const SessionSlotCount = 5
|
||||
|
||||
type SystemSaveData struct {
|
||||
TrainerId int `json:"trainerId"`
|
||||
|
|
Loading…
Reference in New Issue