20 lines
398 B
Protocol Buffer
20 lines
398 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AbilityString.proto";
|
|
import "PlayerDieType.proto";
|
|
|
|
// CmdId: 9771
|
|
// Version: 4.6.0
|
|
// Obfs: OFEIOKCHBFK
|
|
message WorldPlayerDieNotify {
|
|
uint32 HAPBFAFEGIF = 7;
|
|
AbilityString LIPNKBKKOBP = 8;
|
|
uint32 NHOJEFBAMLG = 11;
|
|
PlayerDieType die_type = 15;
|
|
oneof entity {
|
|
uint32 monster_id = 2;
|
|
uint32 gadget_id = 1;
|
|
}
|
|
} |