Arrange debug floor situation

This commit is contained in:
2025-09-26 22:50:09 -07:00
parent 2a3c80a7af
commit 2ea96e5933
37 changed files with 137 additions and 3900 deletions

View File

@@ -9,10 +9,12 @@ using Zennysoft.Ma.Adapter;
namespace Zennysoft.Game.Ma;
public interface IMap : INode3D, IProvide<ISaveChunk<MapData>>
public interface IMap : INode3D, IProvide<ISaveChunk<MapInfo>>
{
Task LoadFloor();
Task LoadFloor(string sceneName);
ImmutableDictionary<Floor, string> FloorScenes { get; }
IDungeonFloor CurrentFloor { get; }