// 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) { }