mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Add missing type import in weather.ts
This commit is contained in:
parent
61f069e7ff
commit
570c89a7a2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user