Files
2026-04-22 15:51:07 +02:00

10 lines
188 B
C++

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