| 11 | #include "Components/CanvasPanelSlot.h" |
| 12 | |
| 13 | void ABlasterHUD::BeginPlay() |
| 14 | { |
| 15 | Super::BeginPlay(); |
| 16 | } |
| 17 | |
| 18 | void ABlasterHUD::AddElimAnnouncement(FString Attacker, FString Victim) |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected