mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
11 lines
241 B
C++
11 lines
241 B
C++
#include "FortAthenaCompassIcon.h"
|
|
|
|
FFortAthenaCompassIcon::FFortAthenaCompassIcon() {
|
|
Scale = 1;
|
|
MaxPawnDistanceForScaling = 1;
|
|
DistanceForScalingMultiplier_Min = 1;
|
|
DistanceForScalingMultiplier_Max = 1;
|
|
YOffset = 1;
|
|
}
|
|
|