mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
10 lines
288 B
C++
10 lines
288 B
C++
#include "FortItemCardUtilities.h"
|
|
|
|
FVector2D UFortItemCardUtilities::GetCardDimensions(const EFortItemType ItemType, const EFortItemCardSize CardSize, const bool IsReward, const bool UseNewItemCardSizes) {
|
|
return FVector2D{};
|
|
}
|
|
|
|
UFortItemCardUtilities::UFortItemCardUtilities() {
|
|
}
|
|
|