C# 클래스 invertika_game.Game.MapZone

파일 보기 프로젝트 열기: Invertika/server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
destinations List

공개 메소드들

메소드 설명
MapZone ( ) : System
insert ( Actor obj ) : void
remove ( Actor obj ) : void

메소드 상세

MapZone() 공개 메소드

public MapZone ( ) : System
리턴 System

insert() 공개 메소드

public insert ( Actor obj ) : void
obj Actor
리턴 void

remove() 공개 메소드

public remove ( Actor obj ) : void
obj Actor
리턴 void

프로퍼티 상세

destinations 공개적으로 프로퍼티

public List destinations
리턴 List