GC-Proto/proto/ClientAIStateNotify.proto

13 lines
196 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
2023-04-11 11:18:47 +03:00
// CmdId: 1199
// Name: FNCKPACOKHE
message ClientAIStateNotify {
2023-04-11 11:18:47 +03:00
uint32 entity_id = 12;
uint32 cur_tactic = 1;
}
2023-02-28 06:08:38 +03:00