add more timedpacket

This commit is contained in:
2023-08-12 14:51:18 +02:00
parent add62fb24a
commit 8bddbce07a
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ public:
game::Direction GetMobDirection() const { return m_MobDirection; }
};
class UpdateMobStatesPacket : public Packet {
class UpdateMobStatesPacket : public TimedPacket {
private:
std::vector<MobState> m_MobStates;
public: