GC-Proto/unimplemented/SalvagePreventSettleNotify....

12 lines
262 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 26962
import "SalvagePreventSettleInfo.proto";
message SalvagePreventSettleNotify {
uint32 gallery_id = 3;
SalvagePreventSettleInfo settle_info = 11;
}