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

13 lines
148 B
C++

#pragma once
namespace RE
{
class GridCell
{
public:
// members
TESObjectCELL* cell; // 00
};
static_assert(sizeof(GridCell) == 0x08);
}