mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
177 B
C++
12 lines
177 B
C++
#include "FortWorker.h"
|
|
|
|
UFortWorkerType* UFortWorker::GetWorkerTypeBP() const {
|
|
return NULL;
|
|
}
|
|
|
|
UFortWorker::UFortWorker() {
|
|
building_slot_used = 0;
|
|
Gender = 0;
|
|
}
|
|
|