GC-Proto/proto/SumoSetNoSwitchPunishTimeNotify.proto

18 lines
379 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "SumoDungeonTeam.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 8997
// Name: LFKKACBLNFF
2023-02-18 04:48:44 +03:00
message SumoSetNoSwitchPunishTimeNotify {
2023-04-11 06:14:48 +03:00
uint32 LCDBHJCBKJG = 13;
repeated SumoDungeonTeam dungeon_team_list = 4;
uint32 stage_id = 15;
uint32 LADPDBLGKLP = 10;
uint32 activity_id = 12;
uint32 GAILDAHOMAG = 6;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00