mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
18 lines
424 B
Protocol Buffer
18 lines
424 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "DungeonCandidateTeamAvatar.proto";
|
|
import "GOGCALJCAMC.proto";
|
|
|
|
// Name: FIIOKEKPAFG
|
|
// CmdId: 946
|
|
message DungeonCandidateTeamInfoNotify {
|
|
repeated DungeonCandidateTeamAvatar avatar_list = 6;
|
|
repeated uint32 ready_player_uid = 14;
|
|
uint32 match_type = 11;
|
|
map<uint32, GOGCALJCAMC> JPNABBEKHHJ = 5;
|
|
uint32 dungeon_id = 3;
|
|
}
|
|
|