mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-29 04:23:36 +00:00
12 lines
190 B
C++
12 lines
190 B
C++
#include "FortWorker.h"
|
|
|
|
UFortWorkerType* UFortWorker::GetWorkerTypeBP() const {
|
|
return NULL;
|
|
}
|
|
|
|
UFortWorker::UFortWorker() {
|
|
this->building_slot_used = -1;
|
|
this->Gender = 0;
|
|
}
|
|
|