mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:40:53 +01:00
12 lines
199 B
C
12 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;
|
|
};
|