F4MP/tiltedcode/Code/client/Games/Skyrim/Forms/TESObjectCONT.h

14 lines
246 B
C
Raw Normal View History

#pragma once
#include <Forms/TESBoundAnimObject.h>
#include <Components/TESContainer.h>
#include <Components/TESFullName.h>
struct TESObjectCONT : TESBoundAnimObject
{
TESContainer container;
TESFullName fullName;
// more stuff
};