Save when talking to stele and record their ID in the save file

This commit is contained in:
2026-06-04 23:06:01 -07:00
parent 22ca9076e8
commit d8b99e07de
8 changed files with 57 additions and 10 deletions
@@ -27,3 +27,10 @@ public partial record SarcoData
[Save("shura_sarco")]
public bool ShuraSarcoAcquired { get; set; } = false;
}
[Meta, Id("npc_data")]
public partial record NpcData
{
[Save("stele_list")]
public required List<int> SteleDiscovered { get; set; }
}