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; };