DRG-Femboy-Voice/Source/FSD/Private/ZipLineItem.cpp
2025-04-15 12:39:31 -07:00

10 lines
183 B
C++
Executable file

#include "ZipLineItem.h"
AZipLineItem::AZipLineItem() {
this->MaxDistance = 0.00f;
this->MinDistance = 100.00f;
this->MinAngle = 35.00f;
this->MaxAngle = 35.00f;
}