mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
implement the activity system
This commit is contained in:
14
proto/ActivityScheduleInfoNotify.proto
Normal file
14
proto/ActivityScheduleInfoNotify.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ActivityScheduleInfo.proto";
|
||||
|
||||
// CmdId: 2033
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message ActivityScheduleInfoNotify {
|
||||
repeated ActivityScheduleInfo activity_schedule_list = 8;
|
||||
uint32 remain_fly_sea_lamp_num = 12;
|
||||
}
|
||||
Reference in New Issue
Block a user