Avalon.Network.Packets.SMSG_ENCRYPTION_KEY.SMSG_ENCRYPTION_KEY C# (CSharp) Méthode

SMSG_ENCRYPTION_KEY() public méthode

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