mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
340 B
C++
16 lines
340 B
C++
#include "FortMeleeWeaponStats.h"
|
|
|
|
FFortMeleeWeaponStats::FFortMeleeWeaponStats() {
|
|
RangeVSEnemies = 1;
|
|
ConeYawAngle = 1;
|
|
ConePitchAngle = 1;
|
|
SwingPlaySpeed = 1;
|
|
SwingTime = 1;
|
|
BuildingConeAngle = 1;
|
|
BuildingConeAnglePitch = 1;
|
|
RangeVSBuildings2D = 1;
|
|
RangeVSBuildingsZ = 1;
|
|
RangeVSWeakSpots = 1;
|
|
}
|
|
|