File propsContainer.hpp

class PropsContainer : public BaseContainer<std::unique_ptr<Prop>>
#include <propsContainer.hpp>

Public Functions

PropsContainer() = default
void addProp(Vector2 pos, const std::string &type)
Prop *getPropAt(Vector2 pos)