Revamp map route stuff
This commit is contained in:
+1
@@ -13,6 +13,7 @@ public partial class GameState
|
||||
public FloorExitScreen()
|
||||
{
|
||||
OnAttach(() => Get<IGameRepo>().Pause());
|
||||
OnDetach(() => Get<IGameRepo>().Resume());
|
||||
}
|
||||
|
||||
public Transition On(in Input.LoadNextFloor input)
|
||||
|
||||
Reference in New Issue
Block a user