9 lines
304 B
C++
Executable file
9 lines
304 B
C++
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "CollectedVanityItemDeledateDelegate.generated.h"
|
|
|
|
class UPlayerCharacterID;
|
|
class UVanityItem;
|
|
|
|
UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FCollectedVanityItemDeledate, UVanityItem*, Item, UPlayerCharacterID*, characterID);
|
|
|