NahidaImpact/NahidaImpact.Protocol/ChangeWidgetBackgroundActiveStateReq.proto
2024-01-04 16:48:39 +03:00

9 lines
119 B
Protocol Buffer

syntax = "proto3";
message ChangeWidgetBackgroundActiveStateReq {
bool is_active = 1;
uint32 material_id = 15;
}