Change out floor prompt message

This commit is contained in:
2024-09-13 17:07:47 -07:00
parent 1d7d70e033
commit 8ea532bcfa
12 changed files with 274 additions and 163 deletions

View File

@@ -33,6 +33,10 @@ namespace GameJamDungeon
public readonly record struct ShowFloorClearMenu;
public readonly record struct ExitFloorClearMenu;
public readonly record struct ShowAskForTeleport;
public readonly record struct HideAskForTeleport;
}
}
}