This commit is contained in:
tomas 2025-01-18 10:23:48 +08:00
parent 63943054a4
commit da7933fccb
1 changed files with 8 additions and 7 deletions

View File

@ -63,13 +63,14 @@ type (
LockCoin Bool // (GM) 锁定金币 LockCoin Bool // (GM) 锁定金币
} }
Slots struct { Slots struct {
FortuneTiger JSON FortuneTiger JSON
FortuneOx JSON FortuneOx JSON
FortuneRabbit JSON FortuneRabbit JSON
FortuneDragon JSON FortuneDragon JSON
FortuneMouse JSON FortuneMouse JSON
CashMania JSON CashMania JSON
Test JSON GatesOfOlympus JSON
Test JSON
} }
} }