Bugfix Unable to Compile due to Missing Comma
This commit is contained in:
parent
06a3dd04ad
commit
b0229af645
@ -7,7 +7,7 @@
|
||||
#include "GameFramework/Actor.h"
|
||||
#include "BaseGadgetTutorial.generated.h"
|
||||
|
||||
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FCompletedGadgetTutorial)
|
||||
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FCompletedGadgetTutorial);
|
||||
|
||||
UCLASS()
|
||||
class ENDLESSVENDETTA_API ABaseGadgetTutorial : public AActor
|
||||
|
Loading…
Reference in New Issue
Block a user