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

@@ -4,6 +4,8 @@ using Chickensoft.GodotNodeInterfaces;
using Chickensoft.SaveFileBuilder;
using Godot;
using System.Collections.Generic;
using System.Collections.Immutable;
using Zennysoft.Ma.Adapter;
namespace Zennysoft.Game.Ma;
@@ -13,7 +15,7 @@ public interface IMap : INode3D, IProvide<ISaveChunk<MapData>>
void LoadFloor();
List<string> FloorScenes { get; }
ImmutableDictionary<Floor, string> FloorScenes { get; }
IDungeonFloor CurrentFloor { get; }