syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ClientAIStateNotify {
uint32 entityId = 6;
uint32 curTactic = 10;
}