GC-Proto/proto/AiSyncInfo.proto
Akbar Yahya 8d246c4fa7 * Fix Nama TrifleItem to Item
* Fix Name Rotation to Vector
2023-01-29 07:46:20 +08:00

13 lines
178 B
Protocol Buffer

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