GC-Proto/proto/DungeonRestartInviteNotify.proto
2023-04-11 11:14:48 +08:00

15 lines
248 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1000
// Name: BIDBJCMBNDI
message DungeonRestartInviteNotify {
uint32 point_id = 7;
uint32 player_uid = 9;
uint32 cd = 15;
uint32 dungeon_id = 6;
}