12 lines
296 B
C++
12 lines
296 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Interfaces/TurnBasedMatchInterface.h"
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(TurnBasedMatchInterface)
|
|
|
|
UTurnBasedMatchInterface::UTurnBasedMatchInterface(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{
|
|
}
|
|
|