From 120da84a3e24a95ae1d001d3e4e8ba990b1ff724 Mon Sep 17 00:00:00 2001 From: MH261677 Date: Mon, 28 Nov 2022 23:21:36 +0000 Subject: [PATCH] Updated Interaction Hard coded the 6 second wait timer after testing in engine --- Source/the_twilight_abyss/MerchantInteraction/Interaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/the_twilight_abyss/MerchantInteraction/Interaction.h b/Source/the_twilight_abyss/MerchantInteraction/Interaction.h index 838b8b8..64ddcbf 100644 --- a/Source/the_twilight_abyss/MerchantInteraction/Interaction.h +++ b/Source/the_twilight_abyss/MerchantInteraction/Interaction.h @@ -31,6 +31,6 @@ public: UPROPERTY() UUserWidget* CurrentWidget; UPROPERTY(EditAnywhere) - float WaitTimer; + float WaitTimer = 8.0f; };