18 lines
469 B
C++
Executable file
18 lines
469 B
C++
Executable file
#include "ActivitySubSystem.h"
|
|
|
|
void UActivitySubSystem::StartActivity(const APlayerState* PlayerState, const UGameActivityType* Activity) {
|
|
}
|
|
|
|
void UActivitySubSystem::ShowPlayerReviewUI(bool ReviewActiveMatch) {
|
|
}
|
|
|
|
bool UActivitySubSystem::PlayerReviewUIAvailable(bool ReviewActiveMatch) {
|
|
return false;
|
|
}
|
|
|
|
void UActivitySubSystem::EndActivity(const APlayerState* PlayerState, const UGameActivityType* Activity) {
|
|
}
|
|
|
|
UActivitySubSystem::UActivitySubSystem() {
|
|
}
|
|
|