mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 21:30:53 +01:00
13 lines
199 B
C
13 lines
199 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Components/BaseFormComponent.h>
|
||
|
|
|
||
|
|
struct TESPackage;
|
||
|
|
|
||
|
|
struct TESAIForm : BaseFormComponent
|
||
|
|
{
|
||
|
|
uint32_t flags;
|
||
|
|
uint8_t unkC[0xC];
|
||
|
|
GameList<TESPackage> AIPackList;
|
||
|
|
};
|