change DelayedPacket name

This commit is contained in:
2023-08-12 14:53:50 +02:00
parent 8bddbce07a
commit d2e42c33a0
8 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
namespace td {
namespace protocol {
class WorldAddTowerPacket : public TimedPacket {
class WorldAddTowerPacket : public DelayedPacket {
private:
game::TowerID m_TowerID;
std::int32_t m_TowerX, m_TowerY;