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