GC-Proto/proto/BargainOfferPriceReq.proto

13 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: MLFEHCBHEJF
// CmdId: 474
message BargainOfferPriceReq {
uint32 bargain_id = 12;
uint32 price = 15;
}