7 lines
264 B
C
Executable file
7 lines
264 B
C
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "EInfectionState.h"
|
|
#include "OnInfectionStateChangedDelegateDelegate.generated.h"
|
|
|
|
UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnInfectionStateChangedDelegate, EInfectionState, State);
|
|
|