kora-bot/Source/Mining.cpp
2023-04-10 18:31:02 -05:00

7 lines
90 B
C++

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