6 lines
144 B
Protocol Buffer
6 lines
144 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message DeshretObeliskGadgetInfo {
|
||
|
repeated uint32 argument_list = 1;
|
||
|
}
|