Initial work on outlining the dynamic side of the library.

This commit is contained in:
2021-01-31 17:31:22 +01:00
parent 2a08fb2645
commit c194c5d209
24 changed files with 321 additions and 39 deletions

View File

@@ -0,0 +1,4 @@
pub mod battle;
pub mod battle_side;
pub mod learned_move;
pub mod pokemon;