mirror of
https://github.com/UltraCoderRU/screepsxx.git
synced 2026-01-28 10:05:13 +00:00
9 lines
129 B
C++
9 lines
129 B
C++
#include "Ruin.hpp"
|
|
|
|
namespace Screeps {
|
|
|
|
Ruin::Ruin(JS::Value value) : RoomObject(std::move(value))
|
|
{
|
|
}
|
|
|
|
} // namespace Screeps
|