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

18 lines
429 B
C++

#pragma once
#include "RE/B/BSAwardsSystemUtility.h"
namespace RE
{
class __declspec(novtable) BSSteamAwardsSystemUtility :
public BSAwardsSystemUtility // 00
{
public:
static constexpr auto RTTI{ RTTI::BSSteamAwardsSystemUtility };
static constexpr auto VTABLE{ VTABLE::BSSteamAwardsSystemUtility };
virtual ~BSSteamAwardsSystemUtility() {} // 00
};
static_assert(sizeof(BSSteamAwardsSystemUtility) == 0x8);
}