GC-Proto/proto/WidgetCoolDownData.proto

10 lines
200 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// Obf: AHMDJOHBEFF ?
2022-11-06 15:30:21 +03:00
message WidgetCoolDownData {
2024-07-08 14:40:31 +03:00
uint32 id = 4;
2023-08-17 14:18:58 +03:00
uint64 cool_down_time = 14;
2024-07-08 14:40:31 +03:00
bool is_success = 10;
2022-11-06 15:30:21 +03:00
}