Files
2024-01-21 00:41:14 +01:00

11 lines
141 B
C++

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