GC-Proto/proto/TakeBattlePassMissionPointR...

12 lines
234 B
Protocol Buffer
Raw Normal View History

2023-08-22 20:23:37 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-08-22 20:34:44 +03:00
// CmdId: 2629
2023-08-22 20:23:37 +03:00
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message TakeBattlePassMissionPointReq {
2023-08-22 20:34:44 +03:00
repeated uint32 mission_id_list = 5;
2023-08-22 20:23:37 +03:00
}