Files
FNGameProj/Source/FortniteGame/Private/FortPlayerPawnStats.cpp
2024-01-21 00:41:14 +01: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;
}