GC-Proto/proto/ActivityBannerClearRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
226 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EGDIIGHFPJB
// CmdId: 2037
message ActivityBannerClearRsp {
uint32 activity_id = 8;
int32 retcode = 12;
uint32 schedule_id = 11;
}