GC-Proto/proto/GivingRecordNotify.proto

10 lines
221 B
Protocol Buffer
Raw Normal View History

2023-08-20 14:18:38 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GivingRecord.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// CmdId: 5883
// Obf: PPBNEEDPIFD
2023-08-20 14:18:38 +03:00
message GivingRecordNotify {
2024-07-08 14:40:31 +03:00
repeated GivingRecord giving_record_list = 1;
2023-08-20 14:18:38 +03:00
}