GITLAB

DDZ / DDZtestclient

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ddztestclient
  • src
  • World
  • pb
  • inner.proto
  • fa70d852   提交模拟调试客户端 Browse Code »
    陆恒
    2020-10-13 10:27:55 +0800  
inner.proto 185 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
syntax = "proto3";
//server内部通讯proto
package pb;

//消息体定义

//
message NoticeConnectionClose {
  int32 Reason = 1; //1=client close; 2=time out; 3=broken; 4=other 
}