mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
12 lines
227 B
C++
12 lines
227 B
C++
#include "ItemCardWidgetBase.h"
|
|
|
|
void UItemCardWidgetBase::SetLootInfo(UFortGiftInfo* NewLootInfo) {
|
|
}
|
|
|
|
|
|
UItemCardWidgetBase::UItemCardWidgetBase() {
|
|
this->LootInfo = NULL;
|
|
this->FortMultiSizeItemCard_Widget = NULL;
|
|
}
|
|
|