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