A lot more work on handling scripts properly.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-12 17:57:39 +02:00
parent 56e1237c22
commit 2aadab5a42
11 changed files with 788 additions and 175 deletions

View File

@@ -4,6 +4,7 @@ pub mod battle_random;
pub mod battle_result;
pub mod battle_side;
pub mod damage_source;
pub mod executing_move;
pub mod learned_move;
pub mod pokemon;
pub mod pokemon_party;