mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-22 07:48:41 +00:00
9 lines
177 B
C
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 |