1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-07 09:36:09 +03:00
GC-Proto/proto/SelectWorktopOptionReq.proto
2023-08-23 01:09:33 +08:00

9 lines
160 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SelectWorktopOptionReq {
uint32 gadget_entity_id = 1;
uint32 option_id = 2;
}