mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
9 lines
193 B
C++
9 lines
193 B
C++
#include "BuildingActorTickManager.h"
|
|
|
|
ABuildingActorTickManager::ABuildingActorTickManager() {
|
|
this->LastBuildingIndex = 0;
|
|
this->BuildingIndex = 0;
|
|
this->MaxBuildingIndex = 0;
|
|
}
|
|
|