F4MP/codigos originales/tiltedcode/Code/client/Games/Skyrim/Misc/WeatherManager.h

9 lines
100 B
C
Raw Normal View History

#pragma once
struct WeatherManager
{
static WeatherManager* Get();
uint8_t pad0[0x18];
};