Fixed Model of SsoNTLoginPasswordLogin.cs

This commit is contained in:
Linwenxuan05 2023-06-30 23:15:43 +08:00
parent 4171f17a0f
commit 06d524883f

View file

@ -9,6 +9,7 @@ namespace Lagrange.Core.Core.Packets.Login.NTLogin.Plain.Body;
/// <summary>
/// Should be serialized with <see cref="BinarySerializer"/> and encrypted with Tea, key to be investigated
/// </summary>
[Serializable]
internal class SsoNTLoginPasswordLogin
{
[BinaryProperty] public ushort Const4 { get; set; } = 4;
@ -17,11 +18,11 @@ internal class SsoNTLoginPasswordLogin
[BinaryProperty] public uint UnknownConst2 { get; set; } = 0;
[BinaryProperty] public uint Ver { get; set; } = 8001;
[BinaryProperty] public uint AppId { get; set; }
[BinaryProperty] public ushort UnknownConst3 { get; set; } = 0;
[BinaryProperty] public uint Ver { get; set; } = 8001;
[BinaryProperty] public uint UnknownConst3 { get; set; } = 0;
[BinaryProperty] public uint Uin { get; set; }