Skip to content

Commit

Permalink
给929d 的chattype 加个默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
sisi0318 committed Nov 4, 2024
1 parent 86d39d3 commit 4928500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ internal class OidbSvcTrpcTcp0x929D_0
{
[ProtoMember(1)] public uint Group { get; set; }

[ProtoMember(2)] public uint ChatType { get; set; } //1 voice,2 song
[ProtoMember(2)] public uint ChatType { get; set; } = 1; //1 voice,2 song
}

0 comments on commit 4928500

Please sign in to comment.