implement the activity system

This commit is contained in:
Akka
2022-06-25 11:27:45 +08:00
committed by Melledy
parent 1e948b7e79
commit 154224066b
38 changed files with 868 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 2025
// EnetChannelId: 0
// EnetIsReliable: true
message ActivityTakeWatcherRewardRsp {
int32 retcode = 10;
uint32 activity_id = 8;
uint32 watcher_id = 7;
}