F4MP/tiltedcode/Code/client/Games/Skyrim/Components/TESCondition.h

7 lines
58 B
C
Raw Normal View History

#pragma once
struct TESCondition
{
void* pHead{};
};