mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-23 00:08:40 +00:00
7 lines
152 B
C
Executable File
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
|
|
}; |