kora-bot/Source/Mining.cpp

7 lines
90 B
C++

#include "Mining.h"
bool Mining::resourceToMine()
{
//TODO unused?
return true;
}