|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | id |
| int32_t | level_requirement |
| int32_t | class_requirement |
| int32_t | cost |
| int32_t | skill_requirements [4] |
| SkillStatRequirements | stat_requirements |
A skill that can be learned from a skill master NPC
Definition at line 1937 of file protocol.h.
| EoSerialize SkillLearn::_eo |
Definition at line 1938 of file protocol.h.
| int32_t SkillLearn::class_requirement |
Definition at line 1941 of file protocol.h.
| int32_t SkillLearn::cost |
Definition at line 1942 of file protocol.h.
| int32_t SkillLearn::id |
Definition at line 1939 of file protocol.h.
| int32_t SkillLearn::level_requirement |
Definition at line 1940 of file protocol.h.
| int32_t SkillLearn::skill_requirements[4] |
Definition at line 1943 of file protocol.h.
| SkillStatRequirements SkillLearn::stat_requirements |
Definition at line 1944 of file protocol.h.