mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
16 lines
440 B
C++
16 lines
440 B
C++
#include "FortMeleeWeaponStats.h"
|
|
|
|
FFortMeleeWeaponStats::FFortMeleeWeaponStats() {
|
|
this->RangeVSEnemies = 0.00f;
|
|
this->ConeYawAngle = 0.00f;
|
|
this->ConePitchAngle = 0.00f;
|
|
this->SwingPlaySpeed = 0.00f;
|
|
this->SwingTime = 0.00f;
|
|
this->BuildingConeAngle = 0.00f;
|
|
this->BuildingConeAnglePitch = 0.00f;
|
|
this->RangeVSBuildings2D = 0.00f;
|
|
this->RangeVSBuildingsZ = 0.00f;
|
|
this->RangeVSWeakSpots = 0.00f;
|
|
}
|
|
|