처음부분 추가
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user