Files
FreeSR/FreeSR.Proto/MLFGBBMLLJL.cs
2024-01-27 21:06:07 +08:00

15 lines
272 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class MLFGBBMLLJL
{
[ProtoMember(7)] public int Retcode;
[ProtoMember(14)] public int GroupId;
[ProtoMember(10)] public SceneBattleInfo BattleInfo;
[ProtoMember(3)] public int Kbplfehfggh;
}
}