BWAPI
BasicAIModule/include/Managers/Tasks/ResourceTask.h
Go to the documentation of this file.
00001 /*
00002  *  ResourceTask.h  -  Tasks which are issued to ResourceManager.
00003  *
00004  *  Used to gather minerals and gas.
00005  */
00006 #pragma once
00007 
00008 #include "Task.h"
00009 
00010 class ResourceTask: public Task
00011 {
00012 
00013 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines