8 lines
206 B
C++
Executable file
8 lines
206 B
C++
Executable file
#include "GrenadeProjectionSettings.h"
|
|
|
|
UGrenadeProjectionSettings::UGrenadeProjectionSettings() {
|
|
this->ProjectionScale = 1.00f;
|
|
this->VelocityScale = 1.00f;
|
|
this->ProjectionVisible = true;
|
|
}
|
|
|