9 lines
158 B
C++
Executable file
9 lines
158 B
C++
Executable file
#include "PerkSubsystem.h"
|
|
|
|
UPerkDelegateItem* UPerkSubsystem::GetPerkDelegates(UPerkAsset* Perk) {
|
|
return NULL;
|
|
}
|
|
|
|
UPerkSubsystem::UPerkSubsystem() {
|
|
}
|
|
|