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

11 lines
238 B
C++

#include "FortAthenaMutator_SkyCap.h"
void AFortAthenaMutator_SkyCap::OnGamePhaseChanged(EAthenaGamePhase GamePhase) {
}
AFortAthenaMutator_SkyCap::AFortAthenaMutator_SkyCap() {
this->SkyCapClass = NULL;
this->SkyCap = NULL;
}