Files
2024-01-21 00:41:14 +01: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;
}