remove extra inventory convert implementation

This commit is contained in:
MihailRis
2024-10-15 02:55:49 +03:00
parent c34bc184a4
commit 5ff42929f9
2 changed files with 6 additions and 10 deletions
+2
View File
@@ -14,6 +14,8 @@ class Inventory : public Serializable {
int64_t id;
std::vector<ItemStack> slots;
public:
Inventory() = default;
Inventory(int64_t id, size_t size);
Inventory(const Inventory& orig);