mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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;
|
|
}
|
|
|