[+] NetProto

[+] NetProto
This commit is contained in:
ALEXTANG
2023-05-17 23:07:17 +08:00
parent 899472a5db
commit f16759483f
7 changed files with 86 additions and 22 deletions

View File

@@ -52,19 +52,16 @@ namespace GameProto
public partial class CSPkgBody
{
[global::ProtoBuf.ProtoMember(1)]
public CSActLoginReq ActLoginReq { get; set; }
public CSHeatBeatReq HeatBeatReq { get; set; }
[global::ProtoBuf.ProtoMember(2)]
public CSActLoginRes ActLoginRes { get; set; }
public CSHeatBeatRes HeatBeatRes { get; set; }
}
// 消息结果
[Serializable,global::ProtoBuf.ProtoContract(Name = @"ProtoResult")]
public partial class ProtoResult
{
[global::ProtoBuf.ProtoMember(3)]
public List<string> Params = new List<string>();
public CSActLoginReq ActLoginReq { get; set; }
[global::ProtoBuf.ProtoMember(4)]
public CSActLoginRes ActLoginRes { get; set; }
}