Server.Network.Weather.Weather C# (CSharp) Method

Weather() public method

public Weather ( int v1, int v2, int v3 ) : System
v1 int
v2 int
v3 int
return System
        public Weather( int v1, int v2, int v3 )
            : base(0x65, 4)
        {
            m_Stream.Write( (byte) v1 );
            m_Stream.Write( (byte) v2 );
            m_Stream.Write( (byte) v3 );
        }
Weather