9 lines
No EOL
163 B
Protocol Buffer
9 lines
No EOL
163 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "WidgetSlotData.proto";
|
|
import "WidgetSlotOp.proto";
|
|
|
|
message WidgetSlotChangeNotify {
|
|
WidgetSlotData slot = 3;
|
|
WidgetSlotOp op = 8;
|
|
} |