kora-bot/Source/Location.cpp

8 lines
155 B
C++
Raw Normal View History

2023-04-10 23:31:02 +00:00
#include "Location.h"
Location::Location(TilePosition tp, bool sl)
{
this->lastScouted = 0;
this->startLocation = sl;
this->tilePosition = tp;
}