forked from Moux23333/FreeSR
20 lines
458 B
C#
20 lines
458 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class PlayerGetTokenCsReq
|
||
|
{
|
||
|
[ProtoMember(11)] public string Ipnciofafgf;
|
||
|
[ProtoMember(5)] public int Olbfjkkdjjp;
|
||
|
[ProtoMember(15)] public int Kdpmiepjmln;
|
||
|
[ProtoMember(6)] public string Token;
|
||
|
[ProtoMember(1)] public int Akhnlafcpfm;
|
||
|
[ProtoMember(14)] public int Uid;
|
||
|
[ProtoMember(8)] public int Ibhkblgdodj;
|
||
|
// Guessing
|
||
|
[ProtoMember(7)] public string AccountUid;
|
||
|
}
|
||
|
|
||
|
}
|