AttackPosition Struct Reference
Structure holding possible positions relative to the target from which the monster can attack.
More...
#include <monster.hpp>
List of all members.
|
Public Member Functions |
| AttackPosition (int posX, int posY, Direction dir) |
Public Attributes |
int | x |
int | y |
Direction | direction |
Detailed Description
Structure holding possible positions relative to the target from which the monster can attack.
Definition at line 190 of file monster.hpp.
The documentation for this struct was generated from the following file: