GC-Proto/proto/OfferingInteractRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
243 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlayerOfferingData.proto";
// Name: JKEIELLELDE
// CmdId: 2913
message OfferingInteractRsp {
int32 retcode = 2;
PlayerOfferingData offering_data = 14;
}