Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/include/RE/F/FACTION_RANK.h
T
2026-05-30 18:33:24 +12:00

14 lines
186 B
C++

#pragma once
namespace RE
{
class FACTION_RANK
{
public:
// members
TESFaction* faction; // 00
std::int8_t rank; // 08
};
static_assert(sizeof(FACTION_RANK) == 0x10);
}