forked from Moux23333/FreeSR
14 lines
272 B
C#
14 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;
|
|
}
|
|
|
|
}
|