diff --git a/Game/Source/GDKShooter/Public/Game/Components/TimerComponent.h b/Game/Source/GDKShooter/Public/Game/Components/TimerComponent.h index b5aabc75..3da295ba 100644 --- a/Game/Source/GDKShooter/Public/Game/Components/TimerComponent.h +++ b/Game/Source/GDKShooter/Public/Game/Components/TimerComponent.h @@ -43,7 +43,7 @@ class GDKSHOOTER_API UTimerComponent : public UActorComponent UPROPERTY(EditDefaultsOnly) bool bAutoStart = false; UPROPERTY(EditDefaultsOnly) - int32 DefaultTimerDuration = 300; + int32 DefaultTimerDuration = 7200; UPROPERTY(Replicated, BlueprintReadOnly) bool bIsTimerRunning = false;