7 lines
152 B
Protocol Buffer
7 lines
152 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
message Worktop {
|
||
|
repeated uint32 optionList = 1;
|
||
|
bool isGuestCanOperate = 2;
|
||
|
}
|