Add missing type import in weather.ts

This commit is contained in:
Sirz Benjie 2025-06-09 21:48:52 -05:00
parent 61f069e7ff
commit 570c89a7a2
No known key found for this signature in database
GPG Key ID: 38AC42D68CF5E138

View File

@ -10,6 +10,7 @@ import i18next from "i18next";
import { globalScene } from "#app/global-scene"; import { globalScene } from "#app/global-scene";
import type { Arena } from "#app/field/arena"; import type { Arena } from "#app/field/arena";
import { timedEventManager } from "#app/global-event-manager"; import { timedEventManager } from "#app/global-event-manager";
import type { SuppressWeatherEffectAbAttr } from "./abilities/ability";
export class Weather { export class Weather {
public weatherType: WeatherType; public weatherType: WeatherType;