C# 클래스 LegalityChecker.Base4GEventPokemonTemplate

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

공개 메소드들

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

메소드 상세

Base4GEventPokemonTemplate() 공개 메소드

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

IsMatch() 공개 메소드

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