kora-bot/Source/Mining.cpp

7 lines
90 B
C++
Raw Normal View History

2023-04-10 23:31:02 +00:00
#include "Mining.h"
bool Mining::resourceToMine()
{
//TODO unused?
return true;
}