8 lines
181 B
C++
8 lines
181 B
C++
// Copyright 2016 Mookie. All Rights Reserved.
|
|
|
|
#include "EBBarrel.h"
|
|
#include "Net/UnrealNetwork.h"
|
|
|
|
void UEBBarrel::ShotFiredMulticast_Implementation() {
|
|
ShotFired.Broadcast();
|
|
} |