mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 16:39:26 +03:00
16 lines
420 B
Protocol Buffer
16 lines
420 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 25301
|
|
|
|
import "Uint32Pair.proto";
|
|
|
|
message OJGPKBCGPFF {
|
|
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;
|
|
}
|