-----------------------------------
-- AOE_RADIUS enum
-- Defines the origin (center) of the AoE
xi = xi or {}
---@enum xi.aoeRadius
xi.aoeRadius =
{
ATTACKER = 1,
TARGET = 2,
}