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

11 lines
141 B
C++

#include "FortPawn_Taker.h"
AFortPawn_Taker::AFortPawn_Taker() {
this->SlowShackleScale = 0.75f;
this->bUseClimbLinks = true;
}