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