Fix minimap

This commit is contained in:
2026-06-02 21:00:58 -07:00
parent e7a2b7314f
commit 189497458d
4 changed files with 23 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,6 @@
namespace Zennysoft.Game.Ma;
using Chickensoft.AutoInject;
using Chickensoft.Collections;
using Chickensoft.GodotNodeInterfaces;
using Chickensoft.SaveFileBuilder;
using System;
@@ -31,6 +30,8 @@ public interface IGame : IProvide<IGame>, IProvide<IGameRepo>, IProvide<IPlayer>
public void FloorExitReached();
public void ShowMinimap(bool visible);
public void GameOver();
public Task Save();