feat: crewTypeId 및 defaultCrewTypeId 추가로 시나리오 부트스트랩 개선

This commit is contained in:
2025-12-28 16:40:28 +00:00
parent f7d9d423fa
commit 45c238ab38
4 changed files with 18 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ export interface General<TriggerState extends GeneralTriggerState = GeneralTrigg
gold: number;
rice: number;
crew: number;
crewTypeId: number;
train: number;
age: number;
npcState: number;