forked from Moux23333/FreeSR
14 lines
248 B
C#
14 lines
248 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class PlayerHeartBeatCsReq
|
||
|
{
|
||
|
[ProtoMember(3)] public long ClientTimeMs;
|
||
|
[ProtoMember(6)] public int Dclhjdkbbak;
|
||
|
[ProtoMember(10)] public ClientUploadData UploadData;
|
||
|
}
|
||
|
|
||
|
}
|