12 lines
292 B
Protocol Buffer
12 lines
292 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "MaterialDeleteReturnType.proto";
|
|
// 4.7.0
|
|
// CmdId: 4352
|
|
// Obf: FGGPLOEFCJF
|
|
message MaterialDeleteReturnNotify {
|
|
MaterialDeleteReturnType type = 11;
|
|
map<uint32, uint32> uk1 = 9;
|
|
map<uint32, uint32> uk2 = 13;
|
|
}
|