12 lines
188 B
C++
12 lines
188 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "LMHealthPack.h"
|
|
|
|
|
|
ALMHealthPack::ALMHealthPack()
|
|
{
|
|
PrimaryActorTick.bCanEverTick = false;
|
|
}
|
|
|