Fixed Missing Semi Colon After Delegate
This commit is contained in:
parent
c0cc7c4782
commit
34be0929e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user