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

9 lines
150 B
C++

#include "PathFinder.hpp"
namespace Screeps {
PathFinderObject PathFinder;
PathFinderObject::PathFinderObject() = default;
} // namespace Screeps