7 lines
187 B
Protocol Buffer
7 lines
187 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
import "CustomCommonNodeInfo.proto";
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message CustomGadgetTreeInfo {
|
||
|
repeated CustomCommonNodeInfo node_list = 1;
|
||
|
}
|