Speeeeeed up

This commit is contained in:
2025-09-26 02:22:03 -07:00
parent 928112188b
commit 7e9114bfd1
21 changed files with 136 additions and 2223 deletions

View File

@@ -18,5 +18,5 @@ public partial record PlayerData
public partial record MapData
{
[Save("floor_list")]
public required List<string> FloorScenes { get; init; }
public required Dictionary<Floor, string> FloorScenes { get; init; }
}