Segment MVP startup and pause flow

This commit is contained in:
2026-05-19 10:20:12 -07:00
parent af1edb51bc
commit de02b20786
7 changed files with 136 additions and 10 deletions
@@ -16,7 +16,8 @@ enum class EAgrarianMvpFrontendScreen : uint8
MainMenu,
CharacterSelection,
JoinServer,
Loading
Loading,
SavingAndQuit
};
UENUM(BlueprintType)
@@ -93,6 +94,9 @@ private:
UFUNCTION()
void FocusPrimaryButton();
UFUNCTION()
void ExecuteSaveAndQuit();
UFUNCTION()
void HandlePrimaryActionClicked();