Current section
Files
Jump to
Current section
Files
include/player_skill_data_PlayerSkillData.hrl
-record(player_skill_data, {
additionally_acquired_root_skill_cuid_list :: list(integer()),
auto_use_by_health_points_condition :: binary(),
classe :: binary(),
min_level_limit :: integer(),
next_combo_skill_cuid :: integer(),
prev_combo_skill_cuid :: integer(),
priority :: integer(),
skill_cuid :: integer(),
stance :: binary(),
unique_name :: binary()
}).