l2jkain Posted March 25, 2018 Posted March 25, 2018 how do I replace this class? Do not have the Trovan library at ACIS. private final TIntObjectHashMap SKILLS_HP = new TIntObjectHashMap<int[]>();
0 Kara Posted March 25, 2018 Posted March 25, 2018 private final List<int[]> SKILLS_HP = new ArrayList<>();
0 l2jkain Posted March 25, 2018 Author Posted March 25, 2018 20 minutes ago, Evie Frye said: private final List<int[]> SKILLS_HP = new ArrayList<>(); perfect , you can close the topic.
Question
l2jkain
how do I replace this class? Do not have the Trovan library at ACIS.
private final TIntObjectHashMap SKILLS_HP = new TIntObjectHashMap<int[]>();
2 answers to this question
Recommended Posts