cOMS/models/mob/skill/AoeDistribution.h
Dennis Eichhorn 39fbcf4300
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
linux bug fixes
2025-03-22 01:10:19 +00:00

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