Remove unused import

pull/892/head
Temps Ray 2024-05-14 21:12:55 -04:00
parent 89cb61a105
commit 83c65529ff
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import BattleScene from '../battle-scene';
import { Type, getTypeRgb } from '../data/type';
import { getVariantTint } from '#app/data/variant';
import { BattleStat } from '#app/data/battle-stat';
import { DexAttr } from '#app/system/game-data.js';
const battleStatOrder = [ BattleStat.ATK, BattleStat.DEF, BattleStat.SPATK, BattleStat.SPDEF, BattleStat.ACC, BattleStat.EVA, BattleStat.SPD ];