mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-30 20:27:11 +01:00
drafts for market system. It would be better if I remove the inbox system and market is still working like shit
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "container.h"
|
||||
|
||||
class Inbox;
|
||||
|
||||
class DepotLocker final : public Container
|
||||
{
|
||||
public:
|
||||
@@ -51,6 +53,8 @@ class DepotLocker final : public Container
|
||||
void postAddNotification(Thing* thing, const Cylinder* oldParent, int32_t index, cylinderlink_t link = LINK_OWNER) final;
|
||||
void postRemoveNotification(Thing* thing, const Cylinder* newParent, int32_t index, cylinderlink_t link = LINK_OWNER) final;
|
||||
|
||||
void removeInbox(Inbox* inbox);
|
||||
|
||||
bool canRemove() const final {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user