Current section
Files
Jump to
Current section
Files
include/pokemon_Pokemon.hrl
-record(pokemon, {
species_id :: integer(),
language_id :: integer(),
name :: binary(),
genus :: binary()
}).