GC-Proto/proto/DungeonCandidateTeamInviteNotify.proto
2023-02-28 09:12:44 +08:00

14 lines
248 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: GLNEMEJGFJB
// CmdId: 984
message DungeonCandidateTeamInviteNotify {
uint32 vaild_deadline_time_sec = 7;
uint32 player_uid = 6;
uint32 dungeon_id = 9;
}