Nakatomi/Source/Nakatomi/PlayerHealthComponent.cpp

10 lines
183 B
C++

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