9 lines
185 B
C++
9 lines
185 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "CookerStats.h"
|
|
|
|
|
|
UCookerStats::UCookerStats( const FObjectInitializer& ObjectInitializer )
|
|
: Super(ObjectInitializer)
|
|
{ }
|