9 lines
164 B
C++
9 lines
164 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
|
|
#include "Variant_Platforming/PlatformingGameMode.h"
|
|
|
|
APlatformingGameMode::APlatformingGameMode()
|
|
{
|
|
// stub
|
|
} |