umn-drone / project / libs / transit / src / hub.cc
hub.cc
Raw
#include "hub.h"

Hub::Hub(Vector3 pos_) {
    position = pos_;
}