C# 클래스 LKCamelot.script.map.InnerMap

파일 보기 프로젝트 열기: vans163/LKEmu

공개 프로퍼티들

프로퍼티 타입 설명
ArriveLoc LKCamelot.model.Point2D
Dest string
Locs List
Map string

공개 메소드들

메소드 설명
InnerMap ( string Map, string Dest, Point2D ArriveLoc, List Locs ) : System

메소드 상세

InnerMap() 공개 메소드

public InnerMap ( string Map, string Dest, Point2D ArriveLoc, List Locs ) : System
Map string
Dest string
ArriveLoc LKCamelot.model.Point2D
Locs List
리턴 System

프로퍼티 상세

ArriveLoc 공개적으로 프로퍼티

public Point2D,LKCamelot.model ArriveLoc
리턴 LKCamelot.model.Point2D

Dest 공개적으로 프로퍼티

public string Dest
리턴 string

Locs 공개적으로 프로퍼티

public List Locs
리턴 List

Map 공개적으로 프로퍼티

public string Map
리턴 string