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