mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 18:10:54 +01:00
11 lines
270 B
C
11 lines
270 B
C
#pragma once
|
|
|
|
struct AnimationGraphDescriptorManager;
|
|
|
|
// Descriptor for dragons
|
|
struct AnimationGraphDescriptor_BHR_Master
|
|
{
|
|
static const uint64_t m_key = 18331100224015734760;
|
|
|
|
AnimationGraphDescriptor_BHR_Master(AnimationGraphDescriptorManager& aManager);
|
|
};
|