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

@@ -28,6 +28,9 @@
public readonly record struct UnpauseGame;
public readonly record struct PauseMenuTransitioned;
public readonly record struct AskForTeleport;
public readonly record struct HideAskForTeleport;
}
}
}