10 lines
122 B
Protocol Buffer
10 lines
122 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
message ReqAddNpc{
|
|
int32 NpcId = 1;
|
|
}
|