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