Files
FNGameProj/Source/FortniteGame/Private/FortWeatherAugment.cpp
2024-01-21 00:41:14 +01:00

10 lines
188 B
C++

#include "FortWeatherAugment.h"
FGameplayTagContainer AFortWeatherAugment::GetWeatherTags() const {
return FGameplayTagContainer{};
}
AFortWeatherAugment::AFortWeatherAugment() {
}