8 lines
250 B
C++
Executable file
8 lines
250 B
C++
Executable file
#include "CrossbowStuckProjectileEffectApplication.h"
|
|
|
|
UCrossbowStuckProjectileEffectApplication::UCrossbowStuckProjectileEffectApplication() {
|
|
this->SearchSphereSize = 300.00f;
|
|
this->SearchTime = 5.00f;
|
|
this->CurrentlyActive = false;
|
|
}
|
|
|