feat(magician): 법사 클래스 — 1차 5종·2차 3계열·신규 메커니즘 4종 (배포 퀄리티 P10) #45

Merged
gahusb merged 6 commits from feature/p10-magician into main 2026-06-12 14:00:43 +09:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit fc0a96fcb7 - Show all commits

View File

@@ -113,6 +113,13 @@
"Attributes": [],
"Name": "JobOpts"
},
{
"Type": "any",
"DefaultValue": "nil",
"SyncDirection": 0,
"Attributes": [],
"Name": "Jobs"
},
{
"Type": "any",
"DefaultValue": "nil",

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'),