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

13 lines
200 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PPLPNEAGDGB
// CmdId: 2921
message TakeOfferingLevelRewardReq {
uint32 offering_id = 5;
uint32 level = 10;
}