mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 11:57:06 +03:00
Update 3.6
This commit is contained in:
@@ -4,10 +4,10 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "WorldRoutineInfo.proto";
|
||||
|
||||
// Name: KMNAIPMHDEG
|
||||
// Name: PLBDABDIBDH
|
||||
message WorldRoutineTypeInfo {
|
||||
repeated WorldRoutineInfo world_routine_info_list = 3;
|
||||
uint32 next_refresh_time = 2;
|
||||
uint32 routine_type = 1;
|
||||
uint32 routine_type = 11;
|
||||
repeated WorldRoutineInfo world_routine_info_list = 5;
|
||||
uint32 next_refresh_time = 8;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user