GC-Proto/proto/ActivityUpdateWatcherNotify...

11 lines
267 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ActivityWatcherInfo.proto";
// 4.7.0
// CmdId: 9907 or 29904(?)
// Obf: FFPBEIJNKNK
message ActivityUpdateWatcherNotify {
ActivityWatcherInfo watcher_info = 14;
uint32 activity_id = 4;
}