cOMS/models/mob/skill/AoeDistribution.h
2024-07-21 21:25:39 +02:00

9 lines
177 B
C

#ifndef TOS_MODELS_SKILL_AOE_DISTRIBUTIOM_H
#define TOS_MODELS_SKILL_AOE_DISTRIBUTIOM_H
enum AoeDistribution {
AOE_DISTRIBUTION_FILL,
AOE_DISTRIBUTION_SPOTTY
};
#endif