2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-08-21 04:48:06 +03:00
|
|
|
// 4.7.0
|
|
|
|
// CmdId: 26870
|
|
|
|
// Obf: PAMALPJFMAF
|
2022-11-06 15:30:21 +03:00
|
|
|
message PlayerCompoundMaterialReq {
|
2024-08-21 04:48:06 +03:00
|
|
|
uint32 compound_id = 4;
|
|
|
|
uint32 count = 2;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|