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

16 lines
293 B
C++

#pragma once
#include "RE/T/TESModel.h"
namespace RE
{
class __declspec(novtable) TESModelRDT :
public TESModel // 00
{
public:
static constexpr auto RTTI{ RTTI::TESModelRDT };
static constexpr auto VTABLE{ VTABLE::TESModelRDT };
};
static_assert(sizeof(TESModelRDT) == 0x30);
}