mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
8a6b1ef32e
(This fixes a strange bug that makes enemies sometimes appear in the shadows when attacking)
8 lines
174 B
Protocol Buffer
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;
|
|
} |