// // Created by sebastian on 08.02.26. // #include "Player.h" const std::unique_ptr & Player::getInventory() const { return inventory; }