Final cleanup for 2.1 + Chatbox helms

This commit is contained in:
downthecrop 2025-11-23 05:15:19 -08:00
parent f61852660a
commit 8de4f8d097
15 changed files with 4 additions and 43 deletions

View file

@ -1,8 +1,5 @@
package KondoKit.util
/**
* Utility for mapping XP values to levels and vice versa.
*/
object XPTable {
private val xpForLevels: IntArray = IntArray(100)