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

9 lines
130 B
C
Raw Normal View History

#pragma once
#include <Components/BaseFormComponent.h>
struct BGSDestructibleObjectForm : BaseFormComponent
{
void* unk;
};