mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 04:20:53 +01:00
10 lines
196 B
C++
10 lines
196 B
C++
#include <TiltedOnlinePCH.h>
|
|
|
|
#include <Misc/WeatherManager.h>
|
|
|
|
WeatherManager* WeatherManager::Get()
|
|
{
|
|
POINTER_SKYRIMSE(WeatherManager*, s_instance, 403759);
|
|
|
|
return *s_instance.Get();
|
|
}
|