fix(magician): Jobs prop 선언 누락 (빌드 경고 6건 해소)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-12 13:57:41 +09:00
parent 7b6e181cb0
commit fc0a96fcb7
2 changed files with 8 additions and 0 deletions

View File

@@ -2361,6 +2361,7 @@ function writeCodeblocks() {
prop('any', 'WarriorSelectHandler'),
prop('any', 'MageSelectHandler'),
prop('any', 'JobOpts'),
prop('any', 'Jobs'),
prop('any', 'StartGameHandler'),
prop('string', 'SelectedClass', '""'),
prop('any', 'DrawPileHandler'),