| 21 | } |
| 22 | |
| 23 | void UPCGExSubSystem::Initialize(FSubsystemCollectionBase& Collection) |
| 24 | { |
| 25 | Super::Initialize(Collection); |
| 26 | SharedDataManager = NewObject<UPCGExSharedDataManager>(this); |
| 27 | GridIDTracker = NewObject<UPCGExGridIDTracker>(this); |
| 28 | } |
| 29 | |
| 30 | void UPCGExSubSystem::Deinitialize() |
| 31 | { |