#include <eoserv.hpp>

Public Attributes | |
| int | type |
| int | x |
| int | y |
| bool | attack |
| int | hp |
| int | maxhp |
| std::list< NPC_Opponent > | damagelist |
| Player * | owner |
| Map * | map |
| int NPC::type |
| int NPC::x |
| int NPC::y |
| bool NPC::attack |
| int NPC::hp |
| int NPC::maxhp |
| std::list<NPC_Opponent> NPC::damagelist |
1.5.7.1