F4MP/codigos originales/tiltedcode/Code/client/Games/Skyrim/Components/TESFullName.h
2026-01-06 18:53:59 +01:00

11 lines
187 B
C

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