Archived
1
0
Fork 0
forked from Moux23333/FreeSR

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

@ -19,7 +19,8 @@
ExtraLineupType = ExtraLineupType.LineupNone, ExtraLineupType = ExtraLineupType.LineupNone,
Name = "Squad 1", Name = "Squad 1",
LeaderSlot = 0, LeaderSlot = 0,
Mp = 5 Mp = 5,
MaxMp = 5
}; };
var characters = new uint[] { 8001, 1307, 1306, 1312 }; var characters = new uint[] { 8001, 1307, 1306, 1312 };
@ -54,6 +55,7 @@
ExtraLineupType = ExtraLineupType.LineupNone, ExtraLineupType = ExtraLineupType.LineupNone,
Name = "Squad 1", Name = "Squad 1",
Mp = 5, Mp = 5,
MaxMp = 5,
LeaderSlot = 0 LeaderSlot = 0
}); });

View file

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