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

18 lines
375 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class AAEALIKMCLG
{
[ProtoMember(4)] public int Damage;
[ProtoMember(6)] public int Nbeecnlkomn;
[ProtoMember(10)] public int Bepmagjiopb;
[ProtoMember(2)] public int StageId;
[ProtoMember(12)] public string Nickname;
[ProtoMember(8)] public long Time;
[ProtoMember(7)] public int Uid;
}
}