5 lines
119 B
Protocol Buffer
5 lines
119 B
Protocol Buffer
syntax = "proto3";
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message EchoShellInfo {
|
|
uint32 shell_id = 1;
|
|
}
|