GC-Proto/proto/EntityAiKillSelfNotify.proto

9 lines
168 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-04 19:22:10 +03:00
// Obf: KCBLONBAAEL
// CmdId: 29500
message EntityAiKillSelfNotify {
2024-06-04 19:22:10 +03:00
uint32 entity_id = 9;
}