GC-Proto/proto/PlayerCompoundMaterialReq.proto
2024-08-21 09:48:06 +08:00

10 lines
197 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 26870
// Obf: PAMALPJFMAF
message PlayerCompoundMaterialReq {
uint32 compound_id = 4;
uint32 count = 2;
}