GC-Proto/proto/ActivityScheduleInfo.proto

12 lines
249 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
// Obf: EHFDEDADODA
2022-11-06 15:30:21 +03:00
message ActivityScheduleInfo {
2024-07-05 00:44:58 +03:00
bool is_open = 3;
uint32 begin_time = 13;
uint32 end_time = 6;
uint32 schedule_id = 5;
2024-07-09 01:10:10 +03:00
uint32 activity_id = 14;
2022-11-06 15:30:21 +03:00
}