처음부분 추가

This commit is contained in:
2026-07-14 17:40:16 +09:00
parent e0be196bbb
commit 5995681310
15 changed files with 1394 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ public class StoryState
public readonly Dictionary<string, int> Affection = new(); // 캐릭터 Id → 호감도
public readonly HashSet<string> CompletedDialogs = new(); // 완료한 DialogGroup 이름
public readonly HashSet<string> ChosenCodes = new(); // 골랐던 선택지 Code
public readonly HashSet<string> TriggeredZones = new(); // 밟았던 EventZone Id
public readonly HashSet<string> TriggeredZones = new(); // 밟았던 이벤트 존(Timeline/Trigger) Id
public void Clear()
{