mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
12 lines
281 B
C++
12 lines
281 B
C++
#include "AthenaPetItemDefinition.h"
|
|
#include "Templates/SubclassOf.h"
|
|
|
|
TSubclassOf<AFortPlayerPet> UAthenaPetItemDefinition::GetPetPrefabClass() const {
|
|
return NULL;
|
|
}
|
|
|
|
UAthenaPetItemDefinition::UAthenaPetItemDefinition() {
|
|
ItemType = EFortItemType::AthenaPetCosmetic;
|
|
}
|
|
|