mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
9 lines
179 B
C
Executable File
9 lines
179 B
C
Executable File
#ifndef COMS_MODELS_SKILL_AOE_DISTRIBUTIOM_H
|
|
#define COMS_MODELS_SKILL_AOE_DISTRIBUTIOM_H
|
|
|
|
enum AoeDistribution {
|
|
AOE_DISTRIBUTION_FILL,
|
|
AOE_DISTRIBUTION_SPOTTY
|
|
};
|
|
|
|
#endif |