10 lines
229 B
C++
10 lines
229 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Animation/EditorSkeletonNotifyObj.h"
|
|
|
|
UEditorSkeletonNotifyObj::UEditorSkeletonNotifyObj(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{
|
|
}
|
|
|