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

14 lines
224 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class LGANCJKENKN
{
[ProtoMember(13)] public int Retcode;
[ProtoMember(8)] public SceneBattleInfo BattleInfo;
[ProtoMember(10)] public int Id;
}
}