mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-31 01:59:26 +03:00
12 lines
241 B
Protocol Buffer
12 lines
241 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 5998
|
|
message UseItemReq {
|
|
uint32 count = 2;
|
|
uint64 target_guid = 3;
|
|
uint32 option_idx = 6;
|
|
uint64 guid = 14;
|
|
bool is_enter_mp_dungeon_team = 15;
|
|
} |