Files
UnrealEngineUWP/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothConfig.cpp

15 lines
282 B
C++
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ClothConfig.h"
UClothConfigCommon::UClothConfigCommon()
{}
UClothConfigCommon::~UClothConfigCommon()
{}
UClothSharedConfigCommon::UClothSharedConfigCommon()
{}
UClothSharedConfigCommon::~UClothSharedConfigCommon()
{}