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

8 lines
139 B
Protocol Buffer

syntax = "proto3";
import "CustomCommonNodeInfo.proto";
message CustomGadgetTreeInfo {
repeated CustomCommonNodeInfo node_list = 1;
}