mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
7 lines
152 B
C
7 lines
152 B
C
|
|
enum SkillLocation {
|
|
SKILL_LOCATION_NONE,
|
|
SKILL_LOCATION_CAST_POINT,
|
|
SKILL_LOCATION_TARGET_POINT,
|
|
SKILL_LOCATION_BETWEEN_CAST_TARGET
|
|
}; |