File size: 322 Bytes
24b81cb
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
}