6 lines
94 B
Protocol Buffer
6 lines
94 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message DeshretObeliskGadgetInfo {
|
||
|
repeated uint32 argument_list = 1;
|
||
|
}
|