cOMS/models/mob/skill/SkillLocation.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

7 lines
152 B
C
Executable File

enum SkillLocation {
SKILL_LOCATION_NONE,
SKILL_LOCATION_CAST_POINT,
SKILL_LOCATION_TARGET_POINT,
SKILL_LOCATION_BETWEEN_CAST_TARGET
};