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";
|
2023-05-23 09:48:59 +03:00
|
|
|
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
|
|
|
}
|