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

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