7 lines
203 B
C++
Executable file
7 lines
203 B
C++
Executable file
#include "CrossbowStuckProjectileEffectBanshee.h"
|
|
|
|
UCrossbowStuckProjectileEffectBanshee::UCrossbowStuckProjectileEffectBanshee() {
|
|
this->SearchSphereSize = 300.00f;
|
|
this->SearchTime = 5.00f;
|
|
}
|
|
|