mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
16 lines
385 B
C++
16 lines
385 B
C++
#include "DigestedTrackingOffsetModifierCurves.h"
|
|
|
|
FDigestedTrackingOffsetModifierCurves::FDigestedTrackingOffsetModifierCurves() {
|
|
this->Values[0] = 0;
|
|
this->Values[1] = 0;
|
|
this->Values[2] = 0;
|
|
this->Values[3] = 0;
|
|
this->Values[4] = 0;
|
|
this->Values[5] = 0;
|
|
this->Values[6] = 0;
|
|
this->Values[7] = 0;
|
|
this->Values[8] = 0;
|
|
this->Values[9] = 0;
|
|
}
|
|
|