diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..017dcd8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pokeapi"] + path = pokeapi + url = https://github.com/PokeAPI/pokeapi.git diff --git a/pokeapi b/pokeapi new file mode 160000 index 0000000..7f3d32d --- /dev/null +++ b/pokeapi @@ -0,0 +1 @@ +Subproject commit 7f3d32de5724ccd237fdc0bd3f5f2f156127e959 diff --git a/src/general.rs b/src/general.rs index e174cec..1782926 100644 --- a/src/general.rs +++ b/src/general.rs @@ -2596,6 +2596,7 @@ impl Display for TrainerId { } pub struct StatSpread { + // Kontainer pub hp: K, pub attack: K, pub defense: K,