Ejemplo n.º 1
0
 public static int SkillCommandId(SkillMenuIds skill)
 {
     return(BASE_SKILL_MENU_ID + (int)skill);
 }
Ejemplo n.º 2
0
 private void AddSkillIndex(int index, SkillMenuIds skill)
 {
     IndexRedirect.Insert(index + 1, SkillCommandId(skill));
 }