mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
14 lines
225 B
Protocol Buffer
14 lines
225 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2116
|
|
// Name: FNHJEINKLFH
|
|
message ActivityBannerClearRsp {
|
|
int32 retcode = 4;
|
|
uint32 activity_id = 11;
|
|
uint32 schedule_id = 3;
|
|
}
|
|
|