FFI for Pokemon Party, make Pokemon Party use interior mutability.

This commit is contained in:
2022-10-15 11:16:41 +02:00
parent c7b5bb7d12
commit 554a665b8f
5 changed files with 120 additions and 26 deletions

View File

@@ -2,3 +2,5 @@
mod learned_move;
/// The foreign function interface for a Pokemon.
mod pokemon;
/// The foreign function interface for a party of Pokemon.
mod pokemon_party;