2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-05-23 09:48:59 +03:00
|
|
|
import "MaterialDeleteReturnType.proto";
|
2024-08-17 09:18:18 +03:00
|
|
|
// 4.7.0
|
|
|
|
// CmdId: 4352
|
|
|
|
// Obf: FGGPLOEFCJF
|
2022-11-06 15:30:21 +03:00
|
|
|
message MaterialDeleteReturnNotify {
|
2024-08-17 09:18:18 +03:00
|
|
|
MaterialDeleteReturnType type = 11;
|
|
|
|
map<uint32, uint32> uk1 = 9;
|
|
|
|
map<uint32, uint32> uk2 = 13;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|