12 lines
177 B
Protocol Buffer
12 lines
177 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
import "ResPlayerSimple.proto";
|
|
|
|
message NotifyPlayroomBroken{
|
|
ResPlayerSimple Player = 1;
|
|
}
|