C# 클래스 LegalityChecker.EggPokemonTemplate

상속: BasePokemonTemplate
파일 보기 프로젝트 열기: kamronbatman/Pokemon-Legality-Checker

공개 메소드들

메소드 설명
EggPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort egglocation ) : System
IsMatch ( PokemonData data ) : bool

메소드 상세

EggPokemonTemplate() 공개 메소드

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

IsMatch() 공개 메소드

public IsMatch ( PokemonData data ) : bool
data PokemonData
리턴 bool