Merge branch 'dev' of github.falmouth.ac.uk:Games-Academy-Student-Work-23-24/Endless-Vendetta into dev

This commit is contained in:
Philip W 2024-05-11 17:03:30 +01:00
commit d3d2a67609
25 changed files with 61 additions and 25 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -198,7 +198,7 @@ public:
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRestrictedAreaStatusChangedSignature, bool, bIsInRestrictedAreaLmao);
UPROPERTY(BlueprintAssignable, Category = "Restricted Area")
UPROPERTY(BlueprintAssignable, BlueprintCallable, Category = "Restricted Area")
FRestrictedAreaStatusChangedSignature RestrictedAreaStatusChanged;
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FSuccessfulHitEvent, bool, bIsHeadshot);