1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-07 09:36:09 +03:00
GC-Proto/proto/SetBattlePassViewedReq.proto
2023-08-23 01:23:37 +08:00

12 lines
214 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 2637
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message SetBattlePassViewedReq {
uint32 schedule_id = 6;
}