C# Class LegalityChecker.EggPokemonTemplate

Inheritance: BasePokemonTemplate
Mostrar archivo Open project: kamronbatman/Pokemon-Legality-Checker

Public Methods

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

Method Details

EggPokemonTemplate() public method

public EggPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort egglocation ) : System
hometown byte
natid ushort
minlevel byte
egglocation ushort
return System

IsMatch() public method

public IsMatch ( PokemonData data ) : bool
data PokemonData
return bool