mirror of
https://github.com/kirirururu/screepsxx.git
synced 2026-06-14 17:30:42 +00:00
9 lines
155 B
C++
9 lines
155 B
C++
#include "StructureRoad.hpp"
|
|
|
|
namespace Screeps {
|
|
|
|
StructureRoad::StructureRoad(JS::Value value) : Structure(std::move(value))
|
|
{
|
|
}
|
|
|
|
} // namespace Screeps
|