presidents-brigade/Source/PresidentsBrigade/PresidentsBrigadeGameModeBase.cpp
2024-01-02 19:40:23 -08:00

15 lines
334 B
C++
Executable File

// 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();
}