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

9 lines
126 B
C
Raw Normal View History

#pragma once
#include <Components/BaseFormComponent.h>
struct TESDescription : BaseFormComponent
{
uint32_t unk4[2];
};