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

11 lines
196 B
C++
Raw Permalink Normal View History

#include <TiltedOnlinePCH.h>
#include <Misc/WeatherManager.h>
WeatherManager* WeatherManager::Get()
{
POINTER_SKYRIMSE(WeatherManager*, s_instance, 403759);
return *s_instance.Get();
}