GC-Proto/proto/CoopProgressUpdateNotify.proto
2023-02-28 09:12:44 +08:00

13 lines
210 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PENHDJEFHGH
// CmdId: 1990
message CoopProgressUpdateNotify {
uint32 cur_coop_point = 15;
bool is_have_progress = 2;
}