GC-Proto/unimplemented/OJGPKBCGPFF.proto

16 lines
420 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
2024-08-28 08:04:33 +03:00
// CmdId: 25301
2024-08-27 22:55:06 +03:00
2024-08-28 08:04:33 +03:00
import "Uint32Pair.proto";
2024-08-27 22:55:06 +03:00
message OJGPKBCGPFF {
2024-08-28 08:04:33 +03:00
uint32 activity_id = 1;
repeated Uint32Pair disable_transfer_point_interaction_list = 3;
repeated uint32 meet_cond_list = 6;
repeated uint32 expire_cond_list = 9;
uint32 schedule_id = 10;
repeated uint32 activated_sale_id_list = 13;
2024-08-27 22:55:06 +03:00
}