10 lines
171 B
C++
10 lines
171 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "DDIGamemodeBase.h"
|
|
|
|
void ADDIGamemodeBase::BeginPlay()
|
|
{
|
|
Super::BeginPlay();
|
|
}
|