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

11 lines
257 B
C++

#include "PenetrationAvoidanceFeeler.h"
FPenetrationAvoidanceFeeler::FPenetrationAvoidanceFeeler() {
this->WorldWeight = 0.00f;
this->PawnWeight = 0.00f;
this->Extent = 0.00f;
this->TraceInterval = 0;
this->FramesUntilNextTrace = 0;
}