Files
o3de/Gems/EMotionFX/Code/Tests/Mocks/AnimGraphObject.h
T
2021-06-23 10:55:22 -07:00

16 lines
271 B
C++

/*
* Copyright (c) Contributors to the Open 3D Engine Project
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
namespace EMotionFX
{
class AnimGraphObject
{
public:
AZ_RTTI(AnimGraphObject, "{532F5328-9AE3-4793-A7AA-8DEB0BAC9A9E}")
};
}