27 _millis = readLong(in);
30 void serialize(streamContainer& out)
const override {
32 addLong(out, _millis);
35 inline int64_t getStepMillis()
const {
A protocol message is used for the serialization of the ai states for remote debugging.
Definition: IProtocolMessage.h:60
Perform one step if the ai controlled entities are in paused mode.
Definition: AIStepMessage.h:15