1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-11 03:26:08 +03:00
GC-Proto/proto/SetBattlePassViewedReq.proto
2024-06-02 13:33:33 +08:00

11 lines
187 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 26945
// Version: 4.6.0
// Obfs: EPMDACBNEMP
message SetBattlePassViewedReq {
uint32 schedule_id = 5;
}