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