GC-Proto/proto/MaterialDeleteReturnNotify....

12 lines
292 B
Protocol Buffer
Raw Normal View History

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";
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
}