// Fill out your copyright notice in the Description page of Project Settings. #include "Jelly1.h" #include "the_twilight_abyss/PlayerTemp/TempCharacter.h" void UJelly1::Use(ATempCharacter* Character) { if(Character) { Character->Health += 10; } }