// Fill out your copyright notice in the Description page of Project Settings. #include "PresidentsBrigadeGameModeBase.h" #include "BasePawn.h" APresidentsBrigadeGameModeBase::APresidentsBrigadeGameModeBase() { } void APresidentsBrigadeGameModeBase::PreInitializeComponents() { Super::PreInitializeComponents(); }