diff --git a/src/data/weather.ts b/src/data/weather.ts index bccbac25bc7..425e15b12a8 100644 --- a/src/data/weather.ts +++ b/src/data/weather.ts @@ -10,6 +10,7 @@ import i18next from "i18next"; import { globalScene } from "#app/global-scene"; import type { Arena } from "#app/field/arena"; import { timedEventManager } from "#app/global-event-manager"; +import type { SuppressWeatherEffectAbAttr } from "./abilities/ability"; export class Weather { public weatherType: WeatherType;