11 lines
176 B
Protocol Buffer
11 lines
176 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "WidgetSlotTag.proto";
|
|
message WidgetSlotData {
|
|
WidgetSlotTag tag = 5;
|
|
uint32 material_id = 9;
|
|
bool is_active = 12;
|
|
uint32 cd_over_time = 2;
|
|
}
|