16 lines
309 B
Protocol Buffer
16 lines
309 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PlayerDieType.proto";
|
|
|
|
// 4.7.0
|
|
message WorldPlayerDieNotify {
|
|
PlayerDieType die_type = 3;
|
|
uint32 murderer_entity_id = 6;
|
|
uint32 CMFMJLIALCD = 15;
|
|
oneof entity {
|
|
uint32 monster_id = 13;
|
|
uint32 gadget_id = 1;
|
|
}
|
|
} |