C# 클래스 Server.Misc.MapDefinitions

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
Configure ( ) : void
RegisterMap ( int mapIndex, int mapID, int fileIndex, int width, int height, int season, string name, MapRules rules ) : void

메소드 상세

Configure() 공개 정적인 메소드

public static Configure ( ) : void
리턴 void

RegisterMap() 공개 정적인 메소드

public static RegisterMap ( int mapIndex, int mapID, int fileIndex, int width, int height, int season, string name, MapRules rules ) : void
mapIndex int
mapID int
fileIndex int
width int
height int
season int
name string
rules MapRules
리턴 void