Revamp map route stuff
This commit is contained in:
@@ -11,5 +11,7 @@ public interface IDungeonFloor : INode3D
|
||||
|
||||
public ImmutableList<IDungeonRoom> Rooms { get; }
|
||||
|
||||
public IDungeonRoom GetPlayersCurrentRoom();
|
||||
|
||||
public bool FloorIsLoaded { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user