mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,7 +22,7 @@ import "WorldRoutineInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message WorldRoutineTypeInfo {
|
||||
uint32 routine_type = 13;
|
||||
uint32 next_refresh_time = 12;
|
||||
repeated WorldRoutineInfo world_routine_info_list = 3;
|
||||
uint32 next_refresh_time = 13;
|
||||
repeated WorldRoutineInfo world_routine_info_list = 10;
|
||||
uint32 routine_type = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user