mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 11:57:06 +03:00
Melon 3.5
This commit is contained in:
@@ -2,12 +2,12 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "WorldRoutineInfo.proto";
|
||||
|
||||
// Name: KMNAIPMHDEG
|
||||
message WorldRoutineTypeInfo {
|
||||
uint32 routineType = 13;
|
||||
uint32 nextRefreshTime = 15;
|
||||
repeated WorldRoutineInfo worldRoutineInfoList = 6;
|
||||
repeated WorldRoutineInfo world_routine_info_list = 3;
|
||||
uint32 next_refresh_time = 2;
|
||||
uint32 routine_type = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user