This repository has been archived on 2025-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
LegumeMix/Source/LegumeMix/Private/LMHealthPack.cpp
TjgL 0ee681cc61 Started working on new drop system
Signed-off-by: TjgL <lithmoneo@gmail.com>
2025-03-14 19:19:50 +01:00

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;
}