AzureAbyss/Source/the_twilight_abyss/BaseItems/Items/ShopItems.cpp
MH261677 0c0876770b Updated Inventory System
Added BuffJelly
2022-11-15 03:27:44 +00:00

20 lines
341 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#include "ShopItems.h"
#include "the_twilight_abyss/PlayerTemp/TempCharacter.h"
UShopItems::UShopItems()
{
}
// void UShopItems::Buy(ATempCharacter* PurchaseItem)
// {
// if(PurchaseItem)
// {
// PurchaseItem->GoldBalance -= ItemCostPrice;
// }
// }