kora-bot/Source/Mining.h

17 lines
225 B
C
Raw Normal View History

2023-04-10 23:31:02 +00:00
#pragma once
#include <BWAPI.h>
#include "CUnit.h"
#include "Macro.h"
using namespace BWAPI;
const bool MINERALS = 0;
const bool GAS = 1;
class Mining
{
public:
Mining();
static bool resourceToMine();
};