10 lines
206 B
C++
Executable file
10 lines
206 B
C++
Executable file
#include "Magazine.h"
|
|
|
|
|
|
void AMagazine::ActorWasHit(AActor* SelfActor, AActor* OtherActor, FVector NormalImpulse, const FHitResult& Hit) {
|
|
}
|
|
|
|
AMagazine::AMagazine() {
|
|
this->ImpactGroundSound = NULL;
|
|
}
|
|
|