LEAP Documentation 40220
Documentation for the LEAP project
BroadcastMessagePlayerKillHS.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2021. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "BroadcastMessagePlayerKillHS.generated.h"
8
12UCLASS()
14{
15 GENERATED_BODY()
16
17public:
18 virtual void ReceiveMessage(class AProjectXPlayerController* PlayerController, int32 Data,class APlayerState* PlayerStateA,class APlayerState* PlayerStateB, UObject* Object) const override;
19};
Definition: ProjectXPlayerController.h:83
Definition: BroadcastMessagePlayerKillHS.h:14
Definition: BroadcastMessagePlayerKill.h:14