mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] NetProto
[+] NetProto
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user