diff --git a/gamesrv/slotspkg/internal/module/player/player.go b/gamesrv/slotspkg/internal/module/player/player.go index ca93e9b..1fc0c53 100644 --- a/gamesrv/slotspkg/internal/module/player/player.go +++ b/gamesrv/slotspkg/internal/module/player/player.go @@ -63,13 +63,14 @@ type ( LockCoin Bool // (GM) 锁定金币 } Slots struct { - FortuneTiger JSON - FortuneOx JSON - FortuneRabbit JSON - FortuneDragon JSON - FortuneMouse JSON - CashMania JSON - Test JSON + FortuneTiger JSON + FortuneOx JSON + FortuneRabbit JSON + FortuneDragon JSON + FortuneMouse JSON + CashMania JSON + GatesOfOlympus JSON + Test JSON } }