F4MP/tiltedcode/Code/client/Games/Skyrim/Components/TESAIForm.h

13 lines
199 B
C
Raw Normal View History

#pragma once
#include <Components/BaseFormComponent.h>
struct TESPackage;
struct TESAIForm : BaseFormComponent
{
uint32_t flags;
uint8_t unkC[0xC];
GameList<TESPackage> AIPackList;
};