mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 02:20:53 +01:00
12 lines
270 B
C
12 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);
|
||
|
|
};
|