Files
2026-04-22 15:51:07 +02:00

11 lines
217 B
C++

#include "AthenaRebootChipDirective.h"
void UAthenaRebootChipDirective::SetViewModel(UAthenaPlayerViewModel* InPlayerVM) {
}
UAthenaRebootChipDirective::UAthenaRebootChipDirective() {
this->PlayerVM = NULL;
}