9 lines
136 B
C++
9 lines
136 B
C++
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
|
||
|
|
|
||
|
|
#include "Variant_Combat/CombatGameMode.h"
|
||
|
|
|
||
|
|
ACombatGameMode::ACombatGameMode()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|