A lot of cleanup work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-05 14:52:33 +01:00
parent c1da29bdeb
commit d4c30d50aa
23 changed files with 690 additions and 622 deletions

View File

@@ -5,9 +5,7 @@ use crate::weather::hail::Hail;
use alloc::boxed::Box;
use core::any::Any;
use core::sync::atomic::{AtomicU32, Ordering};
use pkmn_lib_interface::app_interface::{
BattleSide, ExecutingMove, MoveCategory, Pokemon, WithVolatile,
};
use pkmn_lib_interface::app_interface::{ExecutingMove, MoveCategory, Pokemon, WithVolatile};
use pkmn_lib_interface::handling::ScriptCapabilities::OnEndTurn;
use pkmn_lib_interface::handling::{Script, ScriptCapabilities};