PkmnLib_rs/src/dynamic_data/models
Deukhoofd 10e93949e4
Cleaner handling of tracking seen opponents.
Instead of keeping track of unique identifiers, keep track of weak pointers to the pokemon, so we can just try and upgrade them later.
2022-06-06 16:24:13 +02:00
..
battle.rs Removes derive-getters, as it was incredibly annoying in IDEs, and couldn't figure out borrow lifetimes. 2022-06-06 14:43:41 +02:00
battle_party.rs Further massive amounts of work 2022-06-06 13:54:59 +02:00
battle_random.rs Further massive amounts of work 2022-06-06 13:54:59 +02:00
battle_result.rs Removes derive-getters, as it was incredibly annoying in IDEs, and couldn't figure out borrow lifetimes. 2022-06-06 14:43:41 +02:00
battle_side.rs Cleaner handling of tracking seen opponents. 2022-06-06 16:24:13 +02:00
learned_move.rs Major amounts of progress 2022-06-03 16:35:18 +02:00
mod.rs Further massive amounts of work 2022-06-06 13:54:59 +02:00
pokemon.rs Cleaner handling of tracking seen opponents. 2022-06-06 16:24:13 +02:00
pokemon_party.rs Further massive amounts of work 2022-06-06 13:54:59 +02:00