6 lines
162 B
Protocol Buffer
6 lines
162 B
Protocol Buffer
syntax = "proto3";
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message WorktopInfo {
|
|
repeated uint32 option_list = 1;
|
|
bool is_guest_can_operate = 2;
|
|
}
|