mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 11:57:06 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "WorldRoutineInfo.proto";
|
||||
// Obf: LAHMCGNKJKL
|
||||
// Obf: HDDGMPBBPKH
|
||||
message WorldRoutineTypeInfo {
|
||||
repeated WorldRoutineInfo world_routine_info_list = 5;
|
||||
uint32 routine_type = 1;
|
||||
repeated WorldRoutineInfo world_routine_info_list = 2;
|
||||
uint32 next_refresh_time = 4;
|
||||
uint32 routine_type = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user