xenua 6 months ago
parent
commit
e9a79d9140
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 3
      .gitmodules
  2. 1
      pokeapi
  3. 1
      src/general.rs

3
.gitmodules vendored

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
[submodule "pokeapi"]
path = pokeapi
url = https://github.com/PokeAPI/pokeapi.git

1
pokeapi

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit 7f3d32de5724ccd237fdc0bd3f5f2f156127e959

1
src/general.rs

@ -2596,6 +2596,7 @@ impl Display for TrainerId { @@ -2596,6 +2596,7 @@ impl Display for TrainerId {
}
pub struct StatSpread<K> {
// Kontainer
pub hp: K,
pub attack: K,
pub defense: K,

Loading…
Cancel
Save