Avalon.Network.Packets.SMSG_ENCRYPTION_KEY.SMSG_ENCRYPTION_KEY C# (CSharp) Method

SMSG_ENCRYPTION_KEY() public method

public SMSG_ENCRYPTION_KEY ( int IV ) : System
IV int
return System
        public SMSG_ENCRYPTION_KEY(int IV)
            : base(24177, 10)
        {
            m_Stream.Write(IV);
        }
SMSG_ENCRYPTION_KEY