mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-23 08:03:30 +01:00
implement the activity system
This commit is contained in:
14
proto/ActivityUpdateWatcherNotify.proto
Normal file
14
proto/ActivityUpdateWatcherNotify.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ActivityWatcherInfo.proto";
|
||||
|
||||
// CmdId: 2172
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message ActivityUpdateWatcherNotify {
|
||||
uint32 activity_id = 10;
|
||||
ActivityWatcherInfo watcher_info = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user