C# 클래스 LegalityChecker.Dynamic4GEventPokemonTemplate

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

공개 메소드들

메소드 설명
Dynamic4GEventPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort tid, ushort sid, bool otfemale, PokeString otname, ushort location ) : System
IsMatch ( PokemonData data ) : bool

메소드 상세

Dynamic4GEventPokemonTemplate() 공개 메소드

public Dynamic4GEventPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort tid, ushort sid, bool otfemale, PokeString otname, ushort location ) : System
hometown byte
natid ushort
minlevel byte
tid ushort
sid ushort
otfemale bool
otname PokeString
location ushort
리턴 System

IsMatch() 공개 메소드

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