Updated Interaction

Hard coded the 6 second wait timer after testing in engine
This commit is contained in:
MH261677 2022-11-28 23:21:36 +00:00
parent 26da472db8
commit 120da84a3e

View File

@ -31,6 +31,6 @@ public:
UPROPERTY() UPROPERTY()
UUserWidget* CurrentWidget; UUserWidget* CurrentWidget;
UPROPERTY(EditAnywhere) UPROPERTY(EditAnywhere)
float WaitTimer; float WaitTimer = 8.0f;
}; };