F4MP/tiltedcode/Code/client/Games/Misc/ActorKnowledge.h

9 lines
131 B
C
Raw Normal View History

#pragma once
struct ActorKnowledge : NiRefObject
{
int32_t hOwner;
int32_t hTarget;
int32_t eFactionFightReaction;
};