Implement launcher attack

[git-p4: depot-paths = "//depot/main/": change = 63]
This commit is contained in:
Kevin Poretti 2021-05-16 15:20:40 -05:00
parent 99a0614da5
commit 303277fa91
14 changed files with 27 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,9 @@
// Project Sword & Gun Copyright © 2021 Kevin Poretti
#include "SNGTypes.h"
void FSNGDamageEvent::GetBestHitInfo(AActor const* HitActor, AActor const* HitInstigator, FHitResult& OutHitInfo,
FVector& OutImpulseDir) const
{
}