6 lines
151 B
C++
Executable file
6 lines
151 B
C++
Executable file
#include "PerkHUDActivationWidget.h"
|
|
|
|
UPerkHUDActivationWidget::UPerkHUDActivationWidget() {
|
|
this->Location = EPerkHUDActivationLocation::Main;
|
|
}
|
|
|