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

10 lines
137 B
C
Raw Normal View History

#pragma once
#include <Forms/TESForm.h>
#include <Components/TESFullName.h>
struct TESFaction : TESForm
{
TESFullName fullname;
};