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

9 lines
213 B
C++

#include "FortAIEncounterPIDController.h"
FFortAIEncounterPIDController::FFortAIEncounterPIDController() {
this->ProportionalGain = 0.00f;
this->IntegralGain = 0.00f;
this->DerivativeGain = 0.00f;
}