GC-Proto/proto/GivingRecordChangeNotify.proto

10 lines
228 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
// CmdId: 3907
// Obf: EEGMCPEPNHD
2023-08-20 14:18:38 +03:00
message GivingRecordChangeNotify {
2024-07-08 14:40:31 +03:00
GivingRecord giving_record = 13;
bool is_deactive = 5;
2023-08-20 14:18:38 +03:00
}