GC-Proto/proto/SetBattlePassViewedReq.proto

9 lines
174 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-17 09:18:18 +03:00
// CmdId: 4006
// Version: 4.7.0
// Obfs: ?
2022-11-06 15:30:21 +03:00
message SetBattlePassViewedReq {
2024-08-17 09:18:18 +03:00
uint32 schedule_id = 3;
2022-11-06 15:30:21 +03:00
}