[游戏管理]游戏对局-创建游戏对局service

This commit is contained in:
2026-04-15 14:21:59 +08:00
parent e2097450eb
commit 6573f59531
3 changed files with 174 additions and 0 deletions

View File

@@ -35,6 +35,13 @@ return [
'publicPath' => public_path()
]
],
// 游戏期号:自动创建下一期(依赖 game_config.period_auto_create_enabled
'gamePeriodAutoTicker' => [
'handler' => app\process\GamePeriodAutoTicker::class,
'count' => 1,
'reloadable' => false,
],
// File update detection and automatic reload
'monitor' => [
'handler' => app\process\Monitor::class,