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

10 lines
239 B
C++

#include "FortBuildingInstancedSpawner.h"
void AFortBuildingInstancedSpawner::HandlePlayerAdded(APlayerController* AddedPlayer) {
}
AFortBuildingInstancedSpawner::AFortBuildingInstancedSpawner() {
this->BuildingToInstance = NULL;
}