|
BWAPI
|
#include <SiegeTankAgent.h>


Public Member Functions | |
| SiegeTankAgent (BWAPI::Unit &u) | |
| virtual void | update () |
Definition at line 10 of file SiegeTankAgent.h.
| SiegeTankAgent::SiegeTankAgent | ( | BWAPI::Unit & | u | ) |
Definition at line 12 of file SiegeTankAgent.cpp.
: GroundAgent(u) { }
| void SiegeTankAgent::update | ( | ) | [virtual] |
Reimplemented from GroundAgent.
Definition at line 16 of file SiegeTankAgent.cpp.
{
GroundAgent::update();
}
1.7.6.1