GC-Proto/proto/AiSyncInfo.proto
Akbar Yahya 8a6b1ef32e reverse id, blame it on hiro xd
(This fixes a strange bug that makes enemies sometimes appear in the shadows when attacking)
2023-02-02 11:18:07 +08:00

8 lines
174 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AiSyncInfo {
uint32 entityId = 1;
bool is_self_killing = 2;
bool has_path_to_target = 10;
}