#ifndef CREATURELIB_ATTACKTARGET_HPP #define CREATURELIB_ATTACKTARGET_HPP #include namespace CreatureLib::Library { ENUM(AttackTarget, uint8_t, Adjacent, AdjacentAlly, AdjacentAllySelf, AdjacentOpponent, All, AllAdjacent, AllAdjacentOpponent, AllAlly, AllOpponent, Any, RandomOpponent, Self) } #endif // CREATURELIB_ATTACKTARGET_HPP