Files
FNGameProj/Source/FortniteGame/Private/BuildingValueRules.cpp
T
2024-06-07 01:17:09 +02:00

13 lines
256 B
C++

#include "BuildingValueRules.h"
FBuildingValueRules::FBuildingValueRules() {
CellsAbove = 0;
CellsBelow = 0;
CellHorizontalRadius = 0;
DistanceFromObjectiveWeight = 1;
AttackWeight = 1;
StructuralWeight = 1;
TrapWeight = 1;
}