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