14 lines
332 B
C++
Executable file
14 lines
332 B
C++
Executable file
#include "WeaponFireComponent.h"
|
|
|
|
void UWeaponFireComponent::StopFire() {
|
|
}
|
|
|
|
void UWeaponFireComponent::Server_SetShotPower_Implementation(float shotPower) {
|
|
}
|
|
|
|
void UWeaponFireComponent::Fire(const FVector& Origin, const FVector_NetQuantizeNormal& Direction, bool playFireFX) {
|
|
}
|
|
|
|
UWeaponFireComponent::UWeaponFireComponent() {
|
|
}
|
|
|