mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
18 lines
379 B
Protocol Buffer
18 lines
379 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SumoDungeonTeam.proto";
|
|
|
|
// CmdId: 8997
|
|
// Name: LFKKACBLNFF
|
|
message SumoSetNoSwitchPunishTimeNotify {
|
|
uint32 LCDBHJCBKJG = 13;
|
|
repeated SumoDungeonTeam dungeon_team_list = 4;
|
|
uint32 stage_id = 15;
|
|
uint32 LADPDBLGKLP = 10;
|
|
uint32 activity_id = 12;
|
|
uint32 GAILDAHOMAG = 6;
|
|
}
|
|
|