change DelayedPacket name
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
game::Direction GetMobDirection() const { return m_MobDirection; }
|
||||
};
|
||||
|
||||
class UpdateMobStatesPacket : public TimedPacket {
|
||||
class UpdateMobStatesPacket : public DelayedPacket {
|
||||
private:
|
||||
std::vector<MobState> m_MobStates;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user