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