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