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