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

9 lines
179 B
C
Raw Normal View History

#pragma once
struct AnimationGraphDescriptorManager;
struct AnimationGraphDescriptor_Rabbit
{
AnimationGraphDescriptor_Rabbit(AnimationGraphDescriptorManager& aManager);
};