blaster/Source/Blaster/HUD/BlasterHUD.cpp

12 lines
160 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#include "BlasterHUD.h"
void ABlasterHUD::DrawHUD()
{
Super::DrawHUD();
}