Implemented Pest Control Side Bounty Checkpoint
This commit is contained in:
parent
5db8b8f4ed
commit
b8ce592abd
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_EliminateEnemiesAtApartmentComplex.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_EliminateEnemiesAtApartmentComplex.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_GoToPestControl.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_GoToPestControl.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/SB_PestControl.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/SB_PestControl.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/WBP_PestControl.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/WBP_PestControl.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebb0553aee07b1ca9b10dfd5fac536bfc363502dc233207df60be465036290fb
|
||||
size 13946298
|
||||
oid sha256:630ee01109be0abb41a16067a671698e93bbe6f1564ed895beb087e84791806a
|
||||
size 13946346
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b7428ab05e97a1ca1925c6635543dff0147cdf87f2527dee7b1e3eee4007468
|
||||
oid sha256:0c0e1bf9ce23265b5d60aec18eed67bb73ac171397c9b5a10a9c9d1c9915bebe
|
||||
size 66790690
|
||||
|
@ -30,6 +30,7 @@ void AEnemyCharacter::OnDeath()
|
||||
DelegatedControlHub->HuntPlayerEvent.Remove(HuntPlayerDelegateHandle);
|
||||
AlertLevelDelegateHandle.Reset();
|
||||
HuntPlayerDelegateHandle.Reset();
|
||||
EnemyDied.Broadcast();
|
||||
DelegatedControlHub->RemoveEnemyActor(this);
|
||||
}
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
#include "GameFramework/Character.h"
|
||||
#include "EnemyCharacter.generated.h"
|
||||
|
||||
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FEnemyDied);
|
||||
|
||||
UCLASS()
|
||||
class ENDLESSVENDETTA_API AEnemyCharacter : public AAICharacter
|
||||
{
|
||||
@ -18,6 +20,8 @@ public:
|
||||
AEnemyCharacter();
|
||||
UPROPERTY(BlueprintReadWrite)
|
||||
bool WeaponRaised = false;
|
||||
UPROPERTY(BlueprintAssignable)
|
||||
FEnemyDied EnemyDied;
|
||||
|
||||
protected:
|
||||
// Called when the game starts or when spawned
|
||||
|
Loading…
x
Reference in New Issue
Block a user