mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
11 lines
216 B
Protocol Buffer
11 lines
216 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.7.0
|
|
message UseItemRsp {
|
|
uint32 option_idx = 3;
|
|
uint32 item_id = 5;
|
|
uint64 guid = 8;
|
|
int32 retcode = 9;
|
|
uint64 target_guid = 11;
|
|
} |