#include "Ruin.hpp" namespace Screeps { Ruin::Ruin(JS::Value value) : RoomObject(std::move(value)) { } } // namespace Screeps