class DebugWeatherRPCData | |
{ | |
float m_FogValue = -1; | |
float m_OvercastValue = -1; | |
float m_RainValue = -1; | |
float m_FogInterpolation = 0; | |
float m_OvercastInterpolation = -1; | |
float m_RainInterpolation = -1; | |
float m_FogDuration = -1; | |
float m_OvercastDuration = -1; | |
float m_RainDuration = -1; | |
} |