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

15 lines
317 B
C++

#pragma once
#include "RE/B/BSPrecomputedNavmeshInfoPathMap.h"
namespace RE
{
class PrecomputedNavmeshInfoPathMap :
public BSPrecomputedNavmeshInfoPathMap // 00
{
public:
static constexpr auto RTTI{ RTTI::PrecomputedNavmeshInfoPathMap };
};
static_assert(sizeof(PrecomputedNavmeshInfoPathMap) == 0x48);
}