GC-Proto/unimplemented/AGICNBHICLF.proto

15 lines
336 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
2024-08-28 08:04:33 +03:00
// CmdId: 24908
2024-08-27 22:55:06 +03:00
import "DOAPBIHIBHA.proto";
message AGICNBHICLF {
2024-08-28 08:04:33 +03:00
repeated DOAPBIHIBHA hunting_offer_list = 1;
uint32 cur_week_finished_count = 7;
uint32 city_id = 10;
2024-08-27 22:55:06 +03:00
int32 retcode = 13;
2024-08-28 08:04:33 +03:00
uint32 next_refresh_time = 15;
2024-08-27 22:55:06 +03:00
}