F4MP/codigos originales/tiltedcode/Code/client/Games/Skyrim/NetImmerse/NiShadeProperty.h

9 lines
123 B
C
Raw Normal View History

#pragma once
#include <NetImmerse/NiProperty.h>
struct NiShadeProperty : NiProperty
{
virtual ~NiShadeProperty();
};