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

12 lines
187 B
C
Raw Normal View History

#pragma once
#include <Components/BaseFormComponent.h>
#include <Misc/BSFixedString.h>
struct TESFullName : BaseFormComponent
{
virtual ~TESFullName();
BSFixedString value;
};