16 lines
299 B
Protocol Buffer
16 lines
299 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SealBattleType.proto";
|
|
|
|
// Name: LABKKBMBJPG
|
|
// CmdId: 206
|
|
message SealBattleBeginNotify {
|
|
uint32 seal_entity_id = 12;
|
|
uint32 HOECKCBABAL = 4;
|
|
uint32 BBHIBAHFNJE = 5;
|
|
SealBattleType battle_type = 15;
|
|
}
|
|
|