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

14 lines
219 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: GLDFAPGCOLG
// CmdId: 8648
message ChannellerSlabWearBuffReq {
uint32 buff_id = 12;
bool is_mp = 10;
uint32 slot_id = 15;
}