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