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

11 lines
269 B
C++

#include "FortPlayerPawnStats.h"
FFortPlayerPawnStats::FFortPlayerPawnStats() {
this->MaxJumpTime = 0.00f;
this->MaxStamina = 0.00f;
this->StaminaRegenRate = 0.00f;
this->StaminaRegenDelay = 0.00f;
this->SprintingStaminaExpenditureRate = 0.00f;
}