mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
13 lines
579 B
C++
13 lines
579 B
C++
#include "FortControllerComponent_Collections.h"
|
|
|
|
void UFortControllerComponent_Collections::OnFishCollected(const FFortItemEntry& ItemEntry, const FFortMcpCollectedFishProperties& FishProperties, FGameplayTag& OutFishCollectionTag, FGameplayTag& OutAnalyticsTag, EFortCollectedState& OutNewSeenState) {
|
|
}
|
|
|
|
UFortControllerComponent_Collections* UFortControllerComponent_Collections::GetCollectionsComponent(const APawn* Pawn, ECollectionsComponentValidityResult& OutIsValid) {
|
|
return NULL;
|
|
}
|
|
|
|
UFortControllerComponent_Collections::UFortControllerComponent_Collections() {
|
|
}
|
|
|