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

11 lines
214 B
C++

#include "FortTrapStats.h"
FFortTrapStats::FFortTrapStats() {
this->ArmTime = 0.00f;
this->FireDelay = 0.00f;
this->DamageDelay = 0.00f;
this->PlacementScore = 0;
this->ActivationScore = 0;
}