screepsxx/src/Ruin.cpp
2021-05-30 01:14:25 +03:00

9 lines
129 B
C++

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