rain to none

pull/7/head
Hyun Ahn 2023-11-25 18:21:00 +09:00
parent 0c5e451606
commit 10d5e14770
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { ArenaTag, ArenaTagType, getArenaTag } from "./data/arena-tag";
import { GameMode } from "./game-mode";
import { TrainerType } from "./data/trainer-type";
const WEATHER_OVERRIDE = WeatherType.RAIN
const WEATHER_OVERRIDE = WeatherType.NONE;
export class Arena {
public scene: BattleScene;