C# 클래스 KanColle.Request.Map.Map

파일 보기 프로젝트 열기: undisputed-seraphim/KanColleAPI

공개 프로퍼티들

프로퍼티 타입 설명
NEXT string
START string

공개 메소드들

메소드 설명
Next ( int recovery_type ) : string
Start ( int mapinfo_no, int deck_id, int maparea_id, int formation_id ) : string

메소드 상세

Next() 공개 정적인 메소드

public static Next ( int recovery_type ) : string
recovery_type int
리턴 string

Start() 공개 정적인 메소드

public static Start ( int mapinfo_no, int deck_id, int maparea_id, int formation_id ) : string
mapinfo_no int
deck_id int
maparea_id int
formation_id int
리턴 string

프로퍼티 상세

NEXT 공개적으로 정적으로 프로퍼티

public static string NEXT
리턴 string

START 공개적으로 정적으로 프로퍼티

public static string START
리턴 string