GC-Proto/proto/TakeoffEquipRsp.proto

13 lines
221 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 645
// EnetChannelId: 0
// EnetIsReliable: true
message TakeoffEquipRsp {
int32 retcode = 8;
uint64 avatar_guid = 3;
uint32 slot = 4;
}