mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 12:22:19 +02:00
Remove unused import
This commit is contained in:
parent
89cb61a105
commit
83c65529ff
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user