F4MP/tiltedcode/Code/client/Games/Skyrim/Forms/BGSOutfit.h

9 lines
111 B
C
Raw Normal View History

#pragma once
#include <Forms/TESForm.h>
struct BGSOutfit : TESForm
{
GameArray<TESForm*> outfitItems;
};