7 lines
139 B
Protocol Buffer
7 lines
139 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "ForwardType.proto";
|
||
|
message EvtDestroyGadgetNotify {
|
||
|
ForwardType forward_type = 3;
|
||
|
uint32 entity_id = 10;
|
||
|
}
|