AzureAbyss/Source/the_twilight_abyss/BaseItems/Items/Jelly1.cpp

15 lines
263 B
C++
Raw Normal View History

// Fill out your copyright notice in the Description page of Project Settings.
#include "Jelly1.h"
void UJelly1::Buy(UItemPurchaseComponent* PurchaseItem)
{
Super::Buy(PurchaseItem);
}
void UJelly1::Use(ATempCharacter* Character)
{
Super::Use(Character);
}