Public Member Functions | |
| Monster (const string &name="A nameless monster", char decal= 'M') | |
| void | makeMove () |
| void Monster::makeMove | ( | ) | [virtual] |
this member function will be called once per round. It is a pure virtual function and has to be overloaded in your subclass in order to implement the mobile's behavior.
Implements Mobile.
1.7.4