C# Class LegalityChecker.EggPokemonTemplate

Inheritance: BasePokemonTemplate
Afficher le fichier Open project: kamronbatman/Pokemon-Legality-Checker

Méthodes publiques

Méthode Description
EggPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort egglocation ) : System
IsMatch ( PokemonData data ) : bool

Method Details

EggPokemonTemplate() public méthode

public EggPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort egglocation ) : System
hometown byte
natid ushort
minlevel byte
egglocation ushort
Résultat System

IsMatch() public méthode

public IsMatch ( PokemonData data ) : bool
data PokemonData
Résultat bool