Fixed Missing Semi Colon After Delegate

This commit is contained in:
Rafal Swierczek 2023-10-02 13:16:25 +01:00
parent c0cc7c4782
commit 34be0929e6

View File

@ -7,7 +7,7 @@
#include "GameFramework/Actor.h"
#include "BountyClass.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FCompletedFirstCheckpoint)
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FCompletedFirstCheckpoint);
UCLASS()
class ENDLESSVENDETTA_API ABountyClass : public AActor