@@ -27,9 +27,9 @@ public:
|
||||
int getState();
|
||||
|
||||
virtual bool canBeInvalidated();
|
||||
virtual bool isInvalidatedBy(std::shared_ptr<Packet> packet);
|
||||
virtual bool isInvalidatedBy(shared_ptr<Packet> packet);
|
||||
|
||||
public:
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new TileDestructionPacket()); }
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new TileDestructionPacket()); }
|
||||
virtual int getId() { return 55; }
|
||||
};
|
||||
Reference in New Issue
Block a user