mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
18 lines
368 B
Protocol Buffer
18 lines
368 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SumoDungeonTeam.proto";
|
|
|
|
// Name: OCPMCOMKMOP
|
|
// CmdId: 8823
|
|
message SumoEnterDungeonNotify {
|
|
uint32 stage_id = 8;
|
|
repeated SumoDungeonTeam dungeon_team_list = 13;
|
|
uint32 activity_id = 1;
|
|
uint32 JOLHHGEAOGA = 6;
|
|
uint32 FDGOAAPAMDK = 7;
|
|
uint32 PDDNDHHKBIH = 14;
|
|
}
|
|
|