fix technique

This commit is contained in:
moux23333
2024-01-28 11:58:19 +08:00
parent 8dae0c0aed
commit f5f47563f4
2 changed files with 9 additions and 7 deletions

View File

@@ -12026,8 +12026,8 @@ namespace FreeSR.Proto
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(7, Name = @"dressed_skin_id")]
public uint DressedSkinId { get; set; }
[global::ProtoBuf.ProtoMember(7, Name = @"mp")]
public uint Mp { get; set; }
[global::ProtoBuf.ProtoMember(11, Name = @"idkis_virtual")]
public bool IdkisVirtual { get; set; }
@@ -12051,12 +12051,12 @@ namespace FreeSR.Proto
[global::ProtoBuf.ProtoMember(15, Name = @"avatar_list")]
public global::System.Collections.Generic.List<LineupAvatar> AvatarLists { get; } = new global::System.Collections.Generic.List<LineupAvatar>();
[global::ProtoBuf.ProtoMember(8, Name = @"mp")]
public uint Mp { get; set; }
[global::ProtoBuf.ProtoMember(13, Name = @"max_mp")]
[global::ProtoBuf.ProtoMember(8, Name = @"max_mp")]
public uint MaxMp { get; set; }
[global::ProtoBuf.ProtoMember(13, Name = @"dressed_skin_id")]
public uint DressedSkinId { get; set; }
[global::ProtoBuf.ProtoMember(12, Name = @"index")]
public uint Index { get; set; }