BWAPI
|
#include <GroundAgent.h>
Public Member Functions | |
virtual void | update () |
Protected Member Functions | |
GroundAgent (BWAPI::Unit &u) |
Definition at line 7 of file GroundAgent.h.
GroundAgent::GroundAgent | ( | BWAPI::Unit & | u | ) | [protected] |
Definition at line 9 of file GroundAgent.cpp.
: ActorAgent(u) { }
void GroundAgent::update | ( | ) | [virtual] |
Reimplemented from ActorAgent.
Reimplemented in FirebatAgent, MarineAgent, MedicAgent, SCVAgent, and SiegeTankAgent.
Definition at line 13 of file GroundAgent.cpp.
{ ActorAgent::update(); }