GC-Proto/proto/ActivityUpdateWatcherNotify...

11 lines
267 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "ActivityWatcherInfo.proto";
2024-07-09 01:10:10 +03:00
// 4.7.0
// CmdId: 9907 or 29904(?)
// Obf: FFPBEIJNKNK
2022-11-06 15:30:21 +03:00
message ActivityUpdateWatcherNotify {
2024-07-09 01:10:10 +03:00
ActivityWatcherInfo watcher_info = 14;
uint32 activity_id = 4;
2022-11-06 15:30:21 +03:00
}