blaster/Source/Blaster/GameMode/BlasterGameMode.cpp

11 lines
285 B
C++
Raw Normal View History

2022-05-07 15:11:53 +00:00
// Fill out your copyright notice in the Description page of Project Settings.
#include "BlasterGameMode.h"
void ABlasterGameMode::PlayerEliminated(ABlasterCharacter* ElimmedCharacter, ABlasterPlayerController* VictimController,
ABlasterPlayerController* AttackerController)
{
}