F4MP/tiltedcode/Code/encoding/Structs/Skyrim/AnimationGraphDescriptor_SteamBehavior.h

10 lines
214 B
C
Raw Normal View History

#pragma once
struct AnimationGraphDescriptorManager;
// Dwarven centurion
struct AnimationGraphDescriptor_SteamBehavior
{
AnimationGraphDescriptor_SteamBehavior(AnimationGraphDescriptorManager& aManager);
};