10 lines
142 B
Protocol Buffer
10 lines
142 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
|
|
import "WidgetSlotData.proto";
|
|
message PlayerWidgetInfo {
|
|
uint32 uid = 13;
|
|
repeated WidgetSlotData slot_list = 14;
|
|
}
|